File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,6 @@ steps:
5353 waitFor :
5454 - pull-webhook
5555
56- - id : build-deployer
57- name : gcr.io/cloud-builders/docker
58- args :
59- - build
60- - --tag
61- - gcr.io/$PROJECT_ID/${_SOLUTION_NAME}/deployer:${_CERT_MANAGER_VERSION}
62- - " ."
63- waitFor : ["-"]
64-
6556 - id : push-controller
6657 name : gcr.io/cloud-builders/docker
6758 args :
@@ -86,6 +77,15 @@ steps:
8677 waitFor :
8778 - tag-webhook
8879
80+ - id : build-deployer
81+ name : gcr.io/cloud-builders/docker
82+ args :
83+ - build
84+ - --tag
85+ - gcr.io/$PROJECT_ID/${_SOLUTION_NAME}/deployer:${_CERT_MANAGER_VERSION}
86+ - " ."
87+ waitFor : ["-"]
88+
8989 - id : push-deployer
9090 name : gcr.io/cloud-builders/docker
9191 args :
@@ -127,8 +127,8 @@ steps:
127127 - sh
128128 - -c
129129 - |
130- cat /scripts/dev > "/workspace/cmpt "
131- chmod +x /workspace/cmpt
130+ cat /scripts/dev > "/workspace/mpdev "
131+ chmod +x /workspace/mpdev
132132 waitFor : ["-"]
133133
134134 - id : check-cloud-marketplace-tools
You can’t perform that action at this time.
0 commit comments