Skip to content

Commit ae00302

Browse files
Alex Gervaisinercia
Alex Gervais
andcommitted
Update Makefile
Co-authored-by: Alvaro <[email protected]>
1 parent 53b41c0 commit ae00302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ ci/publish-image-cloud/azure:
355355
ci/publish-image-cloud/gcr:
356356
$(Q)[ "$(CLUSTER_PROVIDER)" = "gke" ] || { echo "FATAL: CLUSTER_PROVIDER is not gke" ; exit 1 ; }
357357
make ci/publish-image-cloud \
358+
IMAGE_EXTRA_FILE="/tmp/cloud-values.yaml" \
358359
IMAGE_EXTRA_FILE_CONTENT="deploymentTool: amb-oper-gke"
359360

360361
ci/publish-chart: chart-push
@@ -381,4 +382,3 @@ ci/cleanup:
381382
@echo ">>> Cleaning up CI"
382383
$(Q)$(TOP_DIR)/tests/e2e/runner.sh cleanup
383384
$(Q)$(TOP_DIR)/ci/cleanup.sh
384-

0 commit comments

Comments
 (0)