chore(e2e): Update URL to avoid 502 Bad Gateway (#6225)

pull/6226/head
Michael Li 4 months ago committed by GitHub
parent 272cad00b2
commit 04d994bfbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -182,9 +182,9 @@ jobs:
# NOTE: if you update the password store version make sure to update the dep cache key
run: |
mkdir -p /tmp/test-deps/pass
wget https://git.zx2c4.com/password-store/snapshot/password-store-1.7.4.tar.xz -O /tmp/test-deps/pass/pass.tar.xz
wget https://github.com/zx2c4/password-store/archive/refs/tags/1.7.4.tar.gz -O /tmp/test-deps/pass/pass.tar.gz
cd /tmp/test-deps/pass
tar -xvf pass.tar.xz
tar -xvf pass.tar.gz
- name: Install pass for Boundary keyring
run: |
cd /tmp/test-deps/pass/password-store-1.7.4

@ -57,9 +57,9 @@ jobs:
# NOTE: if you update the password store version make sure to update the dep cache key
run: |
mkdir -p /tmp/bats-cli-ui-deps/pass
wget https://git.zx2c4.com/password-store/snapshot/password-store-1.7.4.tar.xz -O /tmp/bats-cli-ui-deps/pass/pass.tar.xz
wget https://github.com/zx2c4/password-store/archive/refs/tags/1.7.4.tar.gz -O /tmp/bats-cli-ui-deps/pass/pass.tar.gz
cd /tmp/bats-cli-ui-deps/pass
tar -xvf pass.tar.xz
tar -xvf pass.tar.gz
- name: Install pass for Boundary keyring
run: |
cd /tmp/bats-cli-ui-deps/pass/password-store-1.7.4

Loading…
Cancel
Save