9 lines
180 B
Bash
9 lines
180 B
Bash
|
#!/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
|