Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -41,6 +41,6 @@ deploy: - 'echo "${rootfssha256sum} rootfs.tar.gz" | sha256sum -c &> /dev/null || exit 98' - 'ls -lisahF' - 'chmod a+x build.sh' - './build.sh --rootfstarfile rootfs.tar.gz --imagename ${pushtag}' - 'bash build.sh --rootfstarfile rootfs.tar.gz --imagename ${pushtag}' - 'rm -f rootfs.tar.gz' - 'docker push ${pushtag}' Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -41,6 +41,6 @@ deploy: - 'echo "${rootfssha256sum} rootfs.tar.gz" | sha256sum -c &> /dev/null || exit 98' - 'ls -lisahF' - 'chmod a+x build.sh' - './build.sh --rootfstarfile rootfs.tar.gz --imagename ${pushtag}' - 'bash build.sh --rootfstarfile rootfs.tar.gz --imagename ${pushtag}' - 'rm -f rootfs.tar.gz' - 'docker push ${pushtag}'