Commit 0fe39d8

mo khan <mo@mokhan.ca>
2019-08-12 03:26:48
allow tarball job to fail
1 parent 8ed498f
Changed files (1)
.gitlab-ci.yml
@@ -37,6 +37,7 @@ tarball:
   artifacts:
     paths:
       - pkg/*.tar.gz
+  allow_failure: true
 
 publish-image:
   image: docker:stable