ci: fix merge leftovers
This commit is contained in:
parent
200a82608a
commit
44bf39d31a
@ -1,16 +1,12 @@
|
|||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
<<<<<<< HEAD
|
|
||||||
- package
|
- package
|
||||||
- publish
|
- publish
|
||||||
- docs
|
- docs
|
||||||
|
|
||||||
image: parity/rust:gitlab-ci
|
image: parity/rust:gitlab-ci
|
||||||
|
|
||||||
=======
|
|
||||||
- docs
|
|
||||||
>>>>>>> master
|
|
||||||
variables:
|
variables:
|
||||||
CI_SERVER_NAME: "GitLab CI"
|
CI_SERVER_NAME: "GitLab CI"
|
||||||
CARGO_HOME: "${CI_PROJECT_DIR}/cargo"
|
CARGO_HOME: "${CI_PROJECT_DIR}/cargo"
|
||||||
@ -288,7 +284,6 @@ publish:github:s3:
|
|||||||
script:
|
script:
|
||||||
- scripts/gitlab/push.sh
|
- scripts/gitlab/push.sh
|
||||||
tags:
|
tags:
|
||||||
<<<<<<< HEAD
|
|
||||||
- shell
|
- shell
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
@ -297,22 +292,6 @@ publish:github:s3:
|
|||||||
|
|
||||||
json:rpc:docs:
|
json:rpc:docs:
|
||||||
stage: 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:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- gitlab-next
|
- gitlab-next
|
||||||
|
Loading…
Reference in New Issue
Block a user