Skip to content

Commit

Permalink
Alter CircleCI git URL config to fix build [FS-1184] (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
djschaap committed Jan 20, 2023
1 parent df95f85 commit d55cdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run:
name: Hack GitHub credentials into git URL
command: |
git config --global url."https://$GITHUB_TOKEN:[email protected]/pantheon-systems/".insteadOf "https://github.com/pantheon-systems/"
git config --global url."https://$GITHUB_TOKEN:[email protected]/pantheon-systems/".insteadOf "git@github.com:pantheon-systems/"
- run:
name: Set up version
command: bash scripts/version.sh
Expand Down

0 comments on commit d55cdb5

Please sign in to comment.