Loading .gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -36,11 +36,10 @@ deploy: extends: .tpl:docker stage: deploy script: - 'apk add --no-cache curl' - 'apk add --no-cache curl bash' - 'curl "${rootfsurl}" > rootfs.tar.gz' - 'echo "${rootfssha256sum} rootfs.tar.gz" | sha256sum -c &> /dev/null || exit 98' - 'ls -lisahF' - 'chmod a+x build.sh' - 'bash build.sh --rootfstarfile rootfs.tar.gz --imagename ${pushtag}' - './build.sh --rootfstarfile rootfs.tar.gz --imagename ${pushtag}' - 'rm -f rootfs.tar.gz' - 'docker push ${pushtag}' Loading
.gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -36,11 +36,10 @@ deploy: extends: .tpl:docker stage: deploy script: - 'apk add --no-cache curl' - 'apk add --no-cache curl bash' - 'curl "${rootfsurl}" > rootfs.tar.gz' - 'echo "${rootfssha256sum} rootfs.tar.gz" | sha256sum -c &> /dev/null || exit 98' - 'ls -lisahF' - 'chmod a+x build.sh' - 'bash build.sh --rootfstarfile rootfs.tar.gz --imagename ${pushtag}' - './build.sh --rootfstarfile rootfs.tar.gz --imagename ${pushtag}' - 'rm -f rootfs.tar.gz' - 'docker push ${pushtag}'