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

Update .gitlab-ci.yml

parent 56a5d6b3
Pipeline #19081 passed with stages
in 3 minutes and 51 seconds
image: node:10.14.2-stretch
stages: [setup, verify, deploy]
stages: [setup, verify, deploy, trigger]
install:
stage: setup
cache:
......@@ -52,3 +52,11 @@ pages:
artifacts:
paths:
- 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