mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#13009)
This commit is contained in:
parent
7feca64578
commit
4ad652cdf5
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-8c6fd99f50a8acae83a260340848097c002d2e0b",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
"BUILD_WITH_CONTAINER":"0",
|
||||
"CARGO_HOME":"/home/.cargo",
|
||||
"RUSTUP_HOME":"/home/.rustup"
|
||||
},
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
||||
"ghcr.io/mpriscella/features/kind:1": {}
|
||||
}
|
||||
}
|
|
@ -1 +1 @@
|
|||
c98e0d542f1b7a6a300eef1ac12c6c7af13ceb28
|
||||
591260c501031c31225bde5b08f1b07d55649bec
|
||||
|
|
|
@ -102,7 +102,7 @@ update-common:
|
|||
@if [ "$(CONTRIB_OVERRIDE)" != "CONTRIBUTING.md" ]; then\
|
||||
rm $(TMP)/common-files/files/CONTRIBUTING.md;\
|
||||
fi
|
||||
@cp -a $(TMP)/common-files/files/* $(shell pwd)
|
||||
@cp -a $(TMP)/common-files/files/* $(TMP)/common-files/files/.* $(shell pwd)
|
||||
@rm -fr $(TMP)/common-files
|
||||
@$(or $(COMMONFILES_POSTPROCESS), true)
|
||||
|
||||
|
|
Loading…
Reference in New Issue