fix(e2e-deps): fix jq download (#3464)

* fix(e2e-deps): fix jq download

* Update e2e-deps.sh
This commit is contained in:
nitrocode
2023-05-30 21:41:21 -05:00
committed by GitHub
parent e7c77385c0
commit 83ca6ad4c1

View File

@@ -21,7 +21,8 @@ cp terraform /home/circleci/go/bin
wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v2-stable-linux-amd64.zip -O ngrok-stable-linux-amd64.zip
unzip ngrok-stable-linux-amd64.zip
chmod +x ngrok
wget https://stedolan.github.io/jq/download/linux64/jq
# Download jq
wget -O jq https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64
chmod +x jq
# Copy github config file - replace with circleci user later
cp .gitconfig ~/.gitconfig