Skip to content

Commit eb4683e

Browse files
nitrocodeijames-gc
authored andcommitted
fix(e2e-deps): fix jq download (runatlantis#3464)
* fix(e2e-deps): fix jq download * Update e2e-deps.sh
1 parent ee5bfe5 commit eb4683e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/e2e-deps.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ chmod +x terraform
1919
cp terraform /home/circleci/go/bin
2020
# Download ngrok to create a tunnel to expose atlantis server
2121
wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v2-stable-linux-amd64.zip -O ngrok-stable-linux-amd64.zip
22-
unzip ngrok-stable-linux-amd64.zip
23-
chmod +x ngrok
24-
wget https://stedolan.github.io/jq/download/linux64/jq
22+
unzip ngrok-stable-linux-amd64.zip
23+
chmod +x ngrok
24+
# Download jq
25+
wget -O jq https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64
2526
chmod +x jq
2627
# Copy github config file - replace with circleci user later
2728
cp .gitconfig ~/.gitconfig

0 commit comments

Comments
 (0)