Skip to content
代码片段 群组 项目
提交 67603d04 编辑于 作者: winniehell's avatar winniehell
浏览文件

Simplify trigger_docs build job for CE and EE (!9820)

上级 9bfff603
No related branches found
No related tags found
无相关合并请求
...@@ -389,9 +389,10 @@ trigger_docs: ...@@ -389,9 +389,10 @@ trigger_docs:
cache: {} cache: {}
artifacts: {} artifacts: {}
script: script:
- "curl -X POST -F token=${DOCS_TRIGGER_TOKEN} -F ref=master -F variables[PROJECT]=ce https://gitlab.com/api/v3/projects/1794617/trigger/builds" - "curl -X POST -F token=${DOCS_TRIGGER_TOKEN} -F ref=master -F variables[PROJECT]=${CI_PROJECT_NAME} https://gitlab.com/api/v3/projects/1794617/trigger/builds"
only: only:
- master@gitlab-org/gitlab-ce - master@gitlab-org/gitlab-ce
- master@gitlab-org/gitlab-ee
# Notify slack in the end # Notify slack in the end
notify:slack: notify:slack:
......
---
title: Simplify trigger_docs build job for CE and EE
merge_request: 9820
author: winniehell
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册