Update gitlab-ci
[ci-skip] Remove `triggers` from stage `push-release`
This commit is contained in:
parent
33b02febed
commit
e672e6c5d6
@ -565,7 +565,6 @@ push-release:
|
|||||||
stage: push-release
|
stage: push-release
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- triggers
|
|
||||||
image: ethcore/rust:stable
|
image: ethcore/rust:stable
|
||||||
script:
|
script:
|
||||||
- curl --data "secret=$RELEASES_SECRET" http://update.parity.io:1337/push-release/$CI_BUILD_REF_NAME/$CI_BUILD_REF
|
- curl --data "secret=$RELEASES_SECRET" http://update.parity.io:1337/push-release/$CI_BUILD_REF_NAME/$CI_BUILD_REF
|
||||||
|
Loading…
Reference in New Issue
Block a user