mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 22:28:25 +00:00
fix(e2e-deps): fix jq download (#3464)
* fix(e2e-deps): fix jq download * Update e2e-deps.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user