Skip to content

Commit

Permalink
fix envoyorg bazel
Browse files Browse the repository at this point in the history
Signed-off-by: psbrar99 <[email protected]>
  • Loading branch information
psbrar99 committed Jul 21, 2023
1 parent 9174de3 commit 77334ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
runs-on: ['self-hosted','Linux','x64','c5.4xlarge']
env:
RELEASE_GCS_PATH: gs://getistio-build/proxy-fips
ENVOY_SECRET: ${{ secrets.ENVOY_SECRET}}
steps:
- name: Get the tag
id: get_tag
Expand Down Expand Up @@ -80,8 +81,7 @@ jobs:
sed -i 's/6359991c3c7f6a52820d82416a8bba8788488cc3e0d9de59d61787c31a69906f/a25626fa4dcd58bebd2faed9a9762901009e9dc436e530102519dc30de396d2f/g' WORKSPACE
sed -i 's/SHA=.*/SHA=574c3dd2c41fb18431eb79ad574042c0b865bc1f/g' scripts/release-binary.sh
sed -i 's/for config in release release-symbol asan debug/for config in release/g' scripts/release-binary.sh
echo password $ENVOY_SECRET >> ~/.netrc
cat ~/.netrc
echo password ${ENVOY_SECRET} > .netrc
cat .netrc
cat scripts/release-binary.sh
cat Makefile.core.mk
Expand Down

0 comments on commit 77334ee

Please sign in to comment.