Skip to content

Commit 9f22a45

Browse files
committed
Update pipeline drone-s3-harness
1 parent 60465a3 commit 9f22a45

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.harness/harness.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,19 @@ pipeline:
420420
when:
421421
stageStatus: Success
422422
condition: <+codebase.build.type> == "tag"
423+
- step:
424+
name: Upload_Binaries_To_GCS
425+
identifier: Upload_Binaries_To_GCS
426+
template:
427+
templateRef: Upload_Binary_GCS_TI
428+
versionLabel: v1
429+
templateInputs:
430+
type: GCSUpload
431+
spec:
432+
sourcePath: /harness/release
433+
target: drone-s3/<+trigger.tag>/
434+
when:
435+
condition: <+codebase.build.type> == "tag"
423436
variables:
424437
- name: DRONE_REPO_OWNER
425438
type: String

0 commit comments

Comments
 (0)