Commit ae4b3d5a authored by heywon.choi's avatar heywon.choi

Update .gitlab-ci.yml

parent 56a5d6b3
image: node:10.14.2-stretch image: node:10.14.2-stretch
stages: [setup, verify, deploy] stages: [setup, verify, deploy, trigger]
install: install:
stage: setup stage: setup
cache: cache:
...@@ -52,3 +52,11 @@ pages: ...@@ -52,3 +52,11 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
trigger-swlab-docs:
stage: trigger
script:
- >
curl -X POST
-F token=$TRIGGER_SWLAB_DOCS
-F ref=master
https://gitlab.bwg.co.kr/api/v4/projects/952/trigger/pipeline
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment