Commit 83c63a28 authored by heywon.choi's avatar heywon.choi

t

parent eeb13b50
Pipeline #19260 failed with stages
in 10 seconds
...@@ -19,7 +19,7 @@ build: ...@@ -19,7 +19,7 @@ build:
echo "Failed to get Pipeline ID" echo "Failed to get Pipeline ID"
exit 1 exit 1
fi fi
RESPONSE_STATUS=$(curl -v --header "PRIVATE-TOKEN: $SWLAB_DOCS_API" \ RESPONSE_STATUS=$(curl -v -k --header "PRIVATE-TOKEN: $SWLAB_DOCS_API" \
"https://gitlab.com/api/v4/projects/951/pipelines/$PIPELINE_ID" ) "https://gitlab.com/api/v4/projects/951/pipelines/$PIPELINE_ID" )
echo "Status Response: $RESPONSE_STATUS" echo "Status Response: $RESPONSE_STATUS"
STATUS=$(echo $RESPONSE_STATUS | jq -r '.status') STATUS=$(echo $RESPONSE_STATUS | jq -r '.status')
......
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