File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
- c98e0d542f1b7a6a300eef1ac12c6c7af13ceb28
1
+ 591260c501031c31225bde5b08f1b07d55649bec
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ update-common:
102
102
@if [ " $( CONTRIB_OVERRIDE) " != " CONTRIBUTING.md" ]; then\
103
103
rm $(TMP ) /common-files/files/CONTRIBUTING.md; \
104
104
fi
105
- @cp -a $(TMP ) /common-files/files/* $(shell pwd)
105
+ @cp -a $(TMP ) /common-files/files/* $(TMP ) /common-files/files/. * $( shell pwd)
106
106
@rm -fr $(TMP ) /common-files
107
107
@$(or $(COMMONFILES_POSTPROCESS ) , true)
108
108
You can’t perform that action at this time.
0 commit comments