Skip to content
Snippets Groups Projects
Commit f97fe087 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Remove branch ref

parent 54ec9348
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ PROJECT_IDS = "41" # Use TS-0019 for debugging
# Trigger pipeline for each project. Triggered pipeline pages job will handle the upgrade of the index.html
for PROJECT_ID in $PROJECT_IDS; do
echo "------ Preparing specification project --------"
curl -X POST --fail -F token=$ACCESS_TOKEN -F ref=REF_NAME -F "https://git.onem2m.org/api/v4/projects/$PROJECT_ID/trigger/pipeline"
curl -X POST --fail -F token=$ACCESS_TOKEN "https://git.onem2m.org/api/v4/projects/$PROJECT_ID/trigger/pipeline"
done
exit 0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment