Skip to content

Commit df1f8c9

Browse files
committed
Update pipeline drone-buildx-gar-harness
1 parent 5db6d30 commit df1f8c9

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
@@ -495,6 +495,19 @@ pipeline:
495495
when:
496496
stageStatus: Success
497497
condition: <+codebase.build.type> == "tag"
498+
- step:
499+
name: Upload_Binaries_To_GCS
500+
identifier: Upload_Binaries_To_GCS
501+
template:
502+
templateRef: Upload_Binary_GCS_TI
503+
versionLabel: v1
504+
templateInputs:
505+
type: GCSUpload
506+
spec:
507+
sourcePath: /harness/release
508+
target: drone-buildx-gar/<+trigger.tag>/
509+
when:
510+
condition: <+codebase.build.type> == "tag"
498511
variables:
499512
- name: DRONE_REPO_OWNER
500513
type: String

0 commit comments

Comments
 (0)