Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: psbrar99 <[email protected]>
  • Loading branch information
psbrar99 committed Jul 22, 2023
1 parent 7a23880 commit be45b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo password $ENVOY_SECRET > .netrc
mkdir envoytar
touch envoytar/WORKSPACE
echo filegroup(name = "all", srcs = glob(["**"]), visibility = ["//visibility:public"]) > envoytar/BUILD
echo "filegroup(name = "all", srcs = glob(["**"]), visibility = ["//visibility:public"])" > envoytar/BUILD
# wget --header 'Authorization:Bearer password' https://github.com/tetratelabs/envoy/archive/574c3dd2c41fb18431eb79ad574042c0b865bc1f.tar.gz -O envoytar/574c3dd2c41fb18431eb79ad574042c0b865bc1f.tar.gz
# sed -i 's/87bbee939d9691d20c72936a03dd38457368babd/574c3dd2c41fb18431eb79ad574042c0b865bc1f/g' WORKSPACE
# sed -i '/strip_prefix/a\ auth_patterns = {\n "github.com": "Bearer <password>",\n },' WORKSPACE
Expand Down

0 comments on commit be45b8f

Please sign in to comment.