Skip to content

Commit

Permalink
fix: push
Browse files Browse the repository at this point in the history
  • Loading branch information
aeimer committed Oct 25, 2023
1 parent ef75eec commit 186df4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci-scripts/commit-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ git commit --quiet -m "chore: update Aliases" || {
echo "Nothing to commit or commit failed, will exit now"
exit 0
}
git push "https://oauth2:${REPO_WRITE_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" "HEAD:$CI_COMMIT_BRANCH"
git push

0 comments on commit 186df4a

Please sign in to comment.