Skip to content

Commit bd21fdf

Browse files
Merge pull request #181 from supertokens/circleci-fix
fix: circleci git config
2 parents de336fb + c147080 commit bd21fdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
steps:
3131
- checkout
3232
- run: apt-get install lsof
33+
- run: git config --global url."https://github.com/".insteadOf ssh://git@github.com/
3334
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
3435
- run: go version
3536
- run: rm -rf /etc/alternatives/java
@@ -44,6 +45,7 @@ jobs:
4445
steps:
4546
- checkout
4647
- run: apt-get install lsof
48+
- run: git config --global url."https://github.com/".insteadOf ssh://git@github.com/
4749
- run: curl -fsSL https://deb.nodesource.com/setup_16.x | bash
4850
- run: apt install -y nodejs
4951
- run: node --version

0 commit comments

Comments
 (0)