Skip to content

Commit 9eaf4bd

Browse files
Automator: update common-files@master in istio/api@master (#2750)
1 parent da080e1 commit 9eaf4bd

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "istio build-tools",
3+
"image": "gcr.io/istio-testing/build-tools:master-8c6fd99f50a8acae83a260340848097c002d2e0b",
4+
"privileged": true,
5+
"remoteEnv": {
6+
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
7+
"BUILD_WITH_CONTAINER":"0",
8+
"CARGO_HOME":"/home/.cargo",
9+
"RUSTUP_HOME":"/home/.rustup"
10+
},
11+
"features": {
12+
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
13+
"ghcr.io/mpriscella/features/kind:1": {}
14+
}
15+
}

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c98e0d542f1b7a6a300eef1ac12c6c7af13ceb28
1+
591260c501031c31225bde5b08f1b07d55649bec

common/Makefile.common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ update-common:
102102
@if [ "$(CONTRIB_OVERRIDE)" != "CONTRIBUTING.md" ]; then\
103103
rm $(TMP)/common-files/files/CONTRIBUTING.md;\
104104
fi
105-
@cp -a $(TMP)/common-files/files/* $(shell pwd)
105+
@cp -a $(TMP)/common-files/files/* $(TMP)/common-files/files/.* $(shell pwd)
106106
@rm -fr $(TMP)/common-files
107107
@$(or $(COMMONFILES_POSTPROCESS), true)
108108

0 commit comments

Comments
 (0)