mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
Merge branch '565-automatically-trigger-gitlab-pages-pipelines' into 'master'
Automatically trigger GitLab Pages pipelines Closes #565 See merge request isc-projects/bind9!866
This commit is contained in:
@@ -10,6 +10,7 @@ stages:
|
|||||||
- precheck
|
- precheck
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
- push
|
||||||
|
|
||||||
.centos-centos6-amd64: ¢os_centos6_amd64_image
|
.centos-centos6-amd64: ¢os_centos6_amd64_image
|
||||||
image: "$CI_REGISTRY_IMAGE:centos-centos6-amd64"
|
image: "$CI_REGISTRY_IMAGE:centos-centos6-amd64"
|
||||||
@@ -193,7 +194,17 @@ docs:debian:sid:amd64:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- doc/arm/
|
- doc/arm/
|
||||||
expire_in: '1 hour'
|
expire_in: '1 month'
|
||||||
|
|
||||||
|
push:docs:
|
||||||
|
<<: *debian_sid_amd64_image
|
||||||
|
stage: push
|
||||||
|
dependencies: []
|
||||||
|
script:
|
||||||
|
- curl -X POST -F token=$GITLAB_PAGES_DOCS_TRIGGER_TOKEN -F ref=master $GITLAB_PAGES_DOCS_TRIGGER_URL
|
||||||
|
only:
|
||||||
|
- master@isc-projects/bind9
|
||||||
|
- /^v9_.*$/@isc-projects/bind9
|
||||||
|
|
||||||
#build:debian:jessie:amd64:
|
#build:debian:jessie:amd64:
|
||||||
# <<: *debian_jessie_amd64_image
|
# <<: *debian_jessie_amd64_image
|
||||||
|
Reference in New Issue
Block a user