We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de336fb + c147080 commit bd21fdfCopy full SHA for bd21fdf
.circleci/config.yml
@@ -30,6 +30,7 @@ jobs:
30
steps:
31
- checkout
32
- run: apt-get install lsof
33
+ - run: git config --global url."https://github.com/".insteadOf ssh://git@github.com/
34
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
35
- run: go version
36
- run: rm -rf /etc/alternatives/java
@@ -44,6 +45,7 @@ jobs:
44
45
46
47
48
49
- run: curl -fsSL https://deb.nodesource.com/setup_16.x | bash
50
- run: apt install -y nodejs
51
- run: node --version
0 commit comments