Commit 383ef17f authored by Christian's avatar Christian 🐧
Browse files

Update .gitlab-ci.yml

parent ab6cf0ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}'