8 lines
180 B
Bash
Executable file
8 lines
180 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
source $FEATURE_DIR/../../lib/lib.sh
|
|
source $FEATURE_DIR/../../forgejo/fixtures.sh
|
|
|
|
fixture_get_one_path local data/actions_log/root/example-echo/01/1.log.zst
|