Skip to content

Commit bee988b

Browse files
committed
cloudbuild: use "mpdev" as in docs instead of "cmpt"
Signed-off-by: Maël Valais <[email protected]>
1 parent ac53c00 commit bee988b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

cloudbuild.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)