ci: fix merge leftovers

This commit is contained in:
5chdn 2018-08-24 15:54:10 -04:00
parent 200a82608a
commit 44bf39d31a
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80

View File

@ -1,16 +1,12 @@
stages:
- test
- build
<<<<<<< HEAD
- package
- publish
- docs
image: parity/rust:gitlab-ci
=======
- docs
>>>>>>> master
variables:
CI_SERVER_NAME: "GitLab CI"
CARGO_HOME: "${CI_PROJECT_DIR}/cargo"
@ -288,7 +284,6 @@ publish:github:s3:
script:
- scripts/gitlab/push.sh
tags:
<<<<<<< HEAD
- shell
allow_failure: true
@ -297,22 +292,6 @@ publish:github:s3:
json:rpc:docs:
stage: docs
=======
- rust
- rust-nightly
allow_failure: true
json-rpc-docs:
stage: docs
only:
- tags
image: parity/rust:gitlab-ci
script:
- scripts/gitlab-rpc-docs.sh
tags:
- docs
push-release:
stage: push-release
>>>>>>> master
only:
- tags
- gitlab-next