Skip to content

Commit

Permalink
Automator: update common-files@master in istio/bots@master (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Dec 9, 2024
1 parent b943f76 commit e7918c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f8adbcac4f93b18988097f2fdaf38aa401a3ce72
d04ecc833ce9484618179f97d5dbee6fd75bc7a4
2 changes: 1 addition & 1 deletion common/Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e7918c4

Please sign in to comment.