File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 - name : Check the versions
1515 shell : bash
1616 run : |
17- docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/}:main" /bin/sh -c '
17+ docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/}:main" -c '
1818 apk update
1919 if apk -u list | tee -a /dev/stderr | grep -q -e . ; then
2020 exit 1
Original file line number Diff line number Diff line change 1414 - name : Check the versions
1515 shell : bash
1616 run : |
17- docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/}:main" /bin/sh -c '
17+ docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/}:main" -c '
1818 if luarocks list --outdated | tee -a /dev/stderr | grep -q -e '"'"'^lua-resty-openidc$'"'"' ; then
1919 exit 1
2020 fi
You can’t perform that action at this time.
0 commit comments