ci: remove gitlab-next from ci triggers
This commit is contained in:
parent
44bf39d31a
commit
46622d2fe0
@ -27,13 +27,11 @@ cache:
|
|||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- tags
|
- tags
|
||||||
- gitlab-next
|
|
||||||
|
|
||||||
.publishable_branches: # list of git refs for publishing builds to the "production" locations
|
.publishable_branches: # list of git refs for publishing builds to the "production" locations
|
||||||
only: &publishable_branches
|
only: &publishable_branches
|
||||||
- nightly # Our nightly builds from schedule, on `master`
|
- nightly # Our nightly builds from schedule, on `master`
|
||||||
- "v*" # Our version tags
|
- "v2*" # Our version tags
|
||||||
- gitlab-next
|
|
||||||
|
|
||||||
.collect_artifacts: &collect_artifacts
|
.collect_artifacts: &collect_artifacts
|
||||||
artifacts:
|
artifacts:
|
||||||
@ -294,7 +292,6 @@ json:rpc:docs:
|
|||||||
stage: docs
|
stage: docs
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- gitlab-next
|
|
||||||
cache: {}
|
cache: {}
|
||||||
script:
|
script:
|
||||||
- scripts/gitlab/rpc-docs.sh
|
- scripts/gitlab/rpc-docs.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user