From 04d994bfbca248cfb2800742499acbcbb9bc587a Mon Sep 17 00:00:00 2001 From: Michael Li Date: Thu, 6 Nov 2025 14:15:23 -0500 Subject: [PATCH] chore(e2e): Update URL to avoid 502 Bad Gateway (#6225) --- .github/workflows/enos-run.yml | 4 ++-- .github/workflows/test-cli-ui_oss.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/enos-run.yml b/.github/workflows/enos-run.yml index f2b7b68afd..a050a32a37 100644 --- a/.github/workflows/enos-run.yml +++ b/.github/workflows/enos-run.yml @@ -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 diff --git a/.github/workflows/test-cli-ui_oss.yml b/.github/workflows/test-cli-ui_oss.yml index f13b97496d..d41407e8cb 100644 --- a/.github/workflows/test-cli-ui_oss.yml +++ b/.github/workflows/test-cli-ui_oss.yml @@ -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