Skip to content

Commit

Permalink
update envoy src code
Browse files Browse the repository at this point in the history
Signed-off-by: psbrar99 <[email protected]>
  • Loading branch information
psbrar99 committed Jul 12, 2023
1 parent 1a5650e commit 246a817
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Check if already built
id: check_already_built
run: |
SHA=4475c3b143380244436a19752f2ee085f93a99fe
SHA=4dac5b9124fb272c29ecd49917aecb88cf231692
SHOULD_BUILD=1
if gsutil ls ${RELEASE_GCS_PATH} | grep "${SHA}[^-]" ; then
SHOULD_BUILD=0
Expand All @@ -74,9 +74,9 @@ jobs:
cp scripts/release-binary.sh scripts/release-binary.sh.tmp
echo gcloud auth activate-service-account --key-file="/work/${CREDENTIAL_FILE_NAME}" > scripts/release-binary.sh
cat scripts/release-binary.sh.tmp >> scripts/release-binary.sh
sed -i 's/da9e3341ab7aa35d6b4980aa0709a7412de79ff6/4475c3b143380244436a19752f2ee085f93a99fe/g' WORKSPACE
sed -i 's/65d3405d78bb877ecbe598ca7d9eb57cc9d04924480d47fd92c85a71eb3619c0/8ccc15fefcfad5878f354410da16b63f70c86ff38d8daee8c7bacba58d8d467a/g' WORKSPACE
sed -i 's/SHA=.*/SHA=4475c3b143380244436a19752f2ee085f93a99fe/g' scripts/release-binary.sh
sed -i 's/da9e3341ab7aa35d6b4980aa0709a7412de79ff6/4dac5b9124fb272c29ecd49917aecb88cf231692/g' WORKSPACE
sed -i 's/e6f1f6a4e454a7e96364d56993acedc30b974d5724ff222519fb8eb64db2c6da/8ccc15fefcfad5878f354410da16b63f70c86ff38d8daee8c7bacba58d8d467a/g' WORKSPACE
sed -i 's/SHA=.*/SHA=4dac5b9124fb272c29ecd49917aecb88cf231692/g' scripts/release-binary.sh
sed -i 's/ENVOY_ORG = "envoyproxy"/ENVOY_ORG = "psbrar99"/g' WORKSPACE
sed -i -n '/Build and publish Wasm plugins/q;p' scripts/release-binary.sh
cat scripts/release-binary.sh
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Check if already built
id: check_already_built
run: |
SHA=4475c3b143380244436a19752f2ee085f93a99fe
SHA=4dac5b9124fb272c29ecd49917aecb88cf231692
SHOULD_BUILD=1
if gsutil ls ${RELEASE_GCS_PATH} | grep ${SHA}-arm64 ; then
SHOULD_BUILD=0
Expand All @@ -176,9 +176,9 @@ jobs:
cp scripts/release-binary.sh scripts/release-binary.sh.tmp
echo gcloud auth activate-service-account --key-file="/work/${CREDENTIAL_FILE_NAME}" > scripts/release-binary.sh
cat scripts/release-binary.sh.tmp >> scripts/release-binary.sh
sed -i 's/da9e3341ab7aa35d6b4980aa0709a7412de79ff6/4475c3b143380244436a19752f2ee085f93a99fe/g' WORKSPACE
sed -i 's/65d3405d78bb877ecbe598ca7d9eb57cc9d04924480d47fd92c85a71eb3619c0/8ccc15fefcfad5878f354410da16b63f70c86ff38d8daee8c7bacba58d8d467a/g' WORKSPACE
sed -i 's/SHA=.*/SHA=4475c3b143380244436a19752f2ee085f93a99fe/g' scripts/release-binary.sh
sed -i 's/da9e3341ab7aa35d6b4980aa0709a7412de79ff6/4dac5b9124fb272c29ecd49917aecb88cf231692/g' WORKSPACE
sed -i 's/e6f1f6a4e454a7e96364d56993acedc30b974d5724ff222519fb8eb64db2c6da/8ccc15fefcfad5878f354410da16b63f70c86ff38d8daee8c7bacba58d8d467a/g' WORKSPACE
sed -i 's/SHA=.*/SHA=4dac5b9124fb272c29ecd49917aecb88cf231692/g' scripts/release-binary.sh
sed -i 's/ENVOY_ORG = "envoyproxy"/ENVOY_ORG = "psbrar99"/g' WORKSPACE
sed -i -n '/Build and publish Wasm plugins/q;p' scripts/release-binary.sh
cat scripts/release-binary.sh
Expand Down

0 comments on commit 246a817

Please sign in to comment.