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

test

parent 24051284
Pipeline #19193 failed with stages
in 5 seconds
......@@ -8,9 +8,9 @@ build:
stage: build
script:
- |
RESPONSE=$(curl -X POST
-F token=$TRIGGER_SWLAB_DOCS
-F ref=master
RESPONSE=$(curl -X POST \
-F token=$TRIGGER_SWLAB_DOCS \
-F ref=master \
"https://gitlab.bwg.co.kr/api/v4/projects/951/trigger/pipeline" )
echo "API Response: $RESPONSE"
PIPELINE_ID=$(echo $RESPONSE | jq -r '.[0].id')
......
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