Skip to content
Snippets Groups Projects
Commit 207915e0 authored by poka's avatar poka
Browse files

update CI

parent d7fa63a3
No related branches found
No related tags found
No related merge requests found
Pipeline #36744 canceled
...@@ -57,7 +57,7 @@ endpoint_check: ...@@ -57,7 +57,7 @@ endpoint_check:
git config --global user.name "CI Bot" git config --global user.name "CI Bot"
git add -A git add -A
git commit -m "Auto-update generated endpoints" git commit -m "Auto-update generated endpoints"
git push "https://${CI_JOB_TOKEN}@${CI_REPOSITORY_URL#https://}" HEAD:$CI_COMMIT_REF_NAME git push "https://${CI_JOB_TOKEN}@${CI_REPOSITORY_URL}" HEAD:$CI_COMMIT_REF_NAME
else else
echo "No changes in endpoints.json" echo "No changes in endpoints.json"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment