Automator: update common-files@master in istio/istio.io@master (#16070)

This commit is contained in:
Istio Automation 2024-12-09 01:53:15 -05:00 committed by GitHub
parent d1aea12431
commit 33d4d16244
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
f8adbcac4f93b18988097f2fdaf38aa401a3ce72
d04ecc833ce9484618179f97d5dbee6fd75bc7a4

View File

@ -108,7 +108,7 @@ update-common:
fi
@cp -a $(TMP)/common-files/files/* $(TMP)/common-files/files/.devcontainer $(TMP)/common-files/files/.gitattributes $(shell pwd)
@rm -fr $(TMP)/common-files
@if [ "$(AUTOMATOR_REPO)" != "proxy" ]; then\
@if [ "$(AUTOMATOR_REPO)" == "proxy" ]; then\
sed -i -e 's/build-tools:/build-tools-proxy:/g' .devcontainer/devcontainer.json;\
fi
@$(or $(COMMONFILES_POSTPROCESS), true)