Skip to content

Commit

Permalink
Automator: update common-files@master in istio/client-go@master (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Dec 6, 2024
1 parent 8f91b6f commit 008294e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0c9fb08313dd6aea2f256d6a3819fdea8269feea
453b5500d70e8e891f5dea2805bf044b31f46931
3 changes: 3 additions & 0 deletions common/Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ 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\
sed -i -e 's/build-tools:/build-tools-proxy:/g' .devcontainer/devcontainer.json;\
fi
@$(or $(COMMONFILES_POSTPROCESS), true)

check-clean-repo:
Expand Down

0 comments on commit 008294e

Please sign in to comment.