File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ # See https://cloud.google.com/cloud-build/docs/build-config
2
+ timeout : 1200s
3
+ options :
4
+ substitution_option : ALLOW_LOOSE
5
+ steps :
6
+ - name : ' gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4'
7
+ entrypoint : make
8
+ env :
9
+ - DOCKER_CLI_EXPERIMENTAL=enabled
10
+ - TAG=$_GIT_TAG
11
+ - ADDITIONAL_TAG=$_PULL_BASE_REF
12
+ args :
13
+ - release-staging
14
+ substitutions :
15
+ # _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
16
+ # can be used as a substitution
17
+ _GIT_TAG : ' 12345'
18
+ _PULL_BASE_REF : ' dev'
Original file line number Diff line number Diff line change @@ -213,6 +213,9 @@ echo "Generated ${MACHINEDEPLOYMENT_GENERATED_FILE}"
213
213
cp ${SOURCE_DIR} /addons.yaml " ${ADDONS_GENERATED_FILE} "
214
214
echo " Generated ${ADDONS_GENERATED_FILE} "
215
215
216
+ cp ${SOURCE_DIR} /addons.yaml " ${ADDONS_GENERATED_FILE} "
217
+ echo " Generated ${ADDONS_GENERATED_FILE} "
218
+
216
219
# Generate Cluster API provider components file.
217
220
kustomize build " github.com/kubernetes-sigs/cluster-api/config/default/?ref=master" > " ${COMPONENTS_CLUSTER_API_GENERATED_FILE} "
218
221
echo " Generated ${COMPONENTS_CLUSTER_API_GENERATED_FILE} "
You can’t perform that action at this time.
0 commit comments