We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcb997 commit 36ecaddCopy full SHA for 36ecadd
.gitlab-ci.yml
@@ -4,6 +4,7 @@ stages:
4
- target_test
5
- build_docs
6
- deploy
7
+ - post_deploy
8
9
workflow:
10
rules:
.gitlab/ci/deploy.yml
@@ -89,14 +89,13 @@ deploy_docs_production:
89
DOCS_DEPLOY_URL_BASE: "$DOCS_PROD_URL_BASE"
90
91
post_links:
92
- stage: deploy
+ stage: post_deploy
93
+ extends:
94
+ - .rules:deploy:docs_preview
95
tags: [deploy_docs]
96
image: $ESP_DOCS_ENV_IMAGE
97
needs:
98
- deploy_docs_preview
- rules:
- # Run for all changes to a merge request's source branch
99
- - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
100
script:
101
- ls -al logs
102
- python3 ${CI_PROJECT_DIR}/tools/ci/post-mr-note.py $GITLAB_MR_NOTE_TOKEN $CI_PROJECT_PATH $CI_MERGE_REQUEST_IID
0 commit comments