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.
1 parent ee5bfe5 commit eb4683eCopy full SHA for eb4683e
scripts/e2e-deps.sh
@@ -19,9 +19,10 @@ chmod +x terraform
19
cp terraform /home/circleci/go/bin
20
# Download ngrok to create a tunnel to expose atlantis server
21
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
+unzip ngrok-stable-linux-amd64.zip
+chmod +x ngrok
+# Download jq
25
+wget -O jq https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64
26
chmod +x jq
27
# Copy github config file - replace with circleci user later
28
cp .gitconfig ~/.gitconfig
0 commit comments