Skip to content

Commit 2427536

Browse files
committed
Update pipeline ff-golang-server-sdk
1 parent aa18aaf commit 2427536

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.harness/ffgolangserversdk.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -141,23 +141,6 @@ pipeline:
141141
buildArgs:
142142
SDK_VERSION: <+codebase.tag>
143143
BUILD_MODE: local
144-
- step:
145-
type: BuildAndPushGCR
146-
name: Build and Push testgrid image as latest
147-
identifier: Build_and_Push_testgrid_image_as_latest
148-
spec:
149-
connectorRef: platform205701
150-
host: us.gcr.io
151-
projectID: platform-205701
152-
imageName: ff-testgrid-go
153-
tags:
154-
- latest
155-
caching: true
156-
dockerfile: ff-sdk-testgrid/go/Dockerfile
157-
context: ff-sdk-testgrid/go
158-
buildArgs:
159-
SDK_VERSION: latest
160-
BUILD_MODE: local
161144
when:
162145
stageStatus: Success
163146
condition: <+stage.variables.release>
@@ -199,6 +182,23 @@ pipeline:
199182
limits:
200183
memory: 10G
201184
cpu: "10"
185+
- step:
186+
type: BuildAndPushGCR
187+
name: Build and Push testgrid image as latest
188+
identifier: Build_and_Push_testgrid_image_as_latest
189+
spec:
190+
connectorRef: platform205701
191+
host: us.gcr.io
192+
projectID: platform-205701
193+
imageName: ff-testgrid-go
194+
tags:
195+
- latest
196+
caching: true
197+
dockerfile: ff-sdk-testgrid/go/Dockerfile
198+
context: ff-sdk-testgrid/go
199+
buildArgs:
200+
SDK_VERSION: latest
201+
BUILD_MODE: local
202202
when:
203203
stageStatus: Success
204204
condition: <+stage.variables.pull_request>

0 commit comments

Comments
 (0)