Commit 8262bed9 authored by Christian's avatar Christian 🐧
Browse files

Update .gitlab-ci.yml

parent 8dcb62d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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'