From ae4b3d5a02bd9f58050c3b9b3aed3fb4336758c6 Mon Sep 17 00:00:00 2001
From: "heywon.choi" <heywon.choi@bankwareglobal.com>
Date: Fri, 31 May 2024 14:33:35 +0900
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0721c96..0bdfdee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 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
-- 
2.18.1