Merge pull request #30 from svc-design/ci-runner-alpine-ansible-lint

alpine-ansible-lint: update
This commit is contained in:
shenlan 2024-04-13 19:23:23 +08:00 committed by GitHub
commit cf95c17d52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View File

@ -27,7 +27,4 @@ RUN apk add --no-cache bash git python3 py3-pip jq \
# Set work directory
WORKDIR /src
ADD entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/bin/sh"]
CMD ["/bin/bash"]

View File

@ -2,5 +2,5 @@
# required by Jenkins Docker plugin: https://github.com/docker-library/official-images#consistency
# https://issues.jenkins.io/browse/JENKINS-51307?focusedCommentId=341121&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel
set -e
set -x
exec "$@"