This commit is contained in:
2025-12-15 21:15:19 +01:00
parent be3fa88407
commit dee18016c7

View File

@@ -12,10 +12,10 @@ steps:
event: [push] event: [push]
image: ${image} image: ${image}
commands: commands:
- subst -r 's/2025/foobar/' t/file* - perl subst -r 's/2025/foobar/' t/file*
- grep foobar t/file* - grep foobar t/file*
- cp t/file1 t/huh.1 - cp t/file1 t/huh.1
- cp t/file1 t/mor.2 - cp t/file1 t/mor.2
- subst -m 's/(huh|mor)/sub/g' '/.\d$/' - perl subst -m 's/(huh|mor)/sub/g' '/.\d$/'
- ls -l t/sub.1 - ls -l t/sub.1
- ls -l t/sub.2 - ls -l t/sub.2