Commit 600ba4c2 authored by Christian's avatar Christian 🐧
Browse files

Update .gitlab-ci.yml

parent 383ef17f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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}'