Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ variables: deploy: stage: deploy script: - 'apk add --no-cache curl' - 'curl "${rootfsurl}" > rootfs.tar.gz' - 'echo "${rootfssha256sum} rootfs.tar.gz" | sha256sum -c &> /dev/null || exit 98' - 'chmod a+x build.sh' Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ variables: deploy: stage: deploy script: - 'apk add --no-cache curl' - 'curl "${rootfsurl}" > rootfs.tar.gz' - 'echo "${rootfssha256sum} rootfs.tar.gz" | sha256sum -c &> /dev/null || exit 98' - 'chmod a+x build.sh' Loading