This commit is contained in:
CHIEFSOFT\ameye
2025-01-25 16:13:53 -05:00
parent dfb17b92f2
commit 14e0984fec
+3 -3
View File
@@ -24,9 +24,9 @@ export TOKEN=`cat tokens.txt | jq .[-1].id | xargs echo`
echo "Obtained token: $TOKEN"
# DEBUG
# curl \
# -H 'Content-Type: application/json' -H 'Accept: application/json' -H "Authorization: Bearer $TOKEN" \
# "http://172.16.4.90:3000/api/projects" -v
curl \
-H 'Content-Type: application/json' -H 'Accept: application/json' -H "Authorization: Bearer $TOKEN" \
"http://172.16.4.90:3000/api/projects" -v
#curl -b /tmp/semaphore-cookie "http://172.16.4.90:3000/api/projects"
# 3. Pre-created project (playbooks are stored in git repository and configured through templates 7 variables)