diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 642cbe7..80985d0 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -16,7 +16,9 @@ steps: - grep foobar t/file* - cp t/file1 t/huh.1 - cp t/file1 t/mor.2 - - cd t && perl ../subst -m 's/(huh|mor)/sub/g' '/.\d$/' + - cd t + - perl ../subst -m 's/(huh|mor)/sub/g' '/.\d$/' + - cd .. - ls -l t/sub.1 t/sub.2 - perl subst -m 's/sub/ord/g' t - ls -l t/ord.1 t/ord.2