Skip to content

Commit 6fc8217

Browse files
authored
Update test-software.eessi.io.yml
1 parent 0183d94 commit 6fc8217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-software.eessi.io.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# The regex pattern matches a prefix, but only returns the part after \K, so that we get only the version
6666
# The sort ensures predictable ordering, and with -u only keeps unique items (neither are probably essential, but both are nice)
6767
# Finally, since the grep returns multiple lines if there are multiple versions that were touched,
68-
# the tr replaces newlies with space, to make this space-separated.
68+
# the tr replaces newlines with space, to make this space-separated.
6969
EESSI_VERSIONS=$(git diff --name-only origin/${{ github.base_ref }}...HEAD \
7070
| grep -oP 'easystacks/software\.eessi\.io/\K[0-9]+\.[0-9]+' \
7171
| sort -u \

0 commit comments

Comments
 (0)