Skip to content

Commit 84b572f

Browse files
committed
ci(bump): simplify
1 parent e77fe23 commit 84b572f

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/apk-check-versions.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,4 @@ jobs:
1414
steps:
1515
- name: Check the versions
1616
shell: bash
17-
run: |
18-
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/docker-}:main" -c '
19-
apk update
20-
if apk -u list | tee -a /dev/stderr | grep -q -e . ; then
21-
exit 1
22-
fi
23-
'
17+
run: docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/docker-}:main" -c 'apk update && apk -u list | tee -a /dev/stderr | grep -q -e . && exit 1'

0 commit comments

Comments
 (0)