rebase entrypoint to bash

This commit is contained in:
Dennis Hermsmeier 2019-06-19 22:21:56 +02:00
parent d9d7a63a91
commit 530b1b8e67

View File

@ -20,6 +20,7 @@ before_script:
- export OPENSSH_VERSION="$(w3m -dump "https://pkgs.alpinelinux.org/packages?name=openssh&branch=v${ALPINE_VERSION}" | grep -m 1 "x86" | awk '{print $2}')"
script: |
for i in *.sh ; do shellcheck $i ; done && \
docker build \
--no-cache \
--pull \