allow the whole doc pipeline to fail (#1881)

This commit is contained in:
gabriel klawitter
2019-02-27 14:17:19 +01:00
committed by GitHub
parent f5c32f71f4
commit ea7da0d4a4
+1
View File
@@ -236,6 +236,7 @@ publish:s3:release:
publish:s3:doc:
stage: publish
allow_failure: true
dependencies:
- build:rust:doc:release
cache: {}