We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f19ed commit 21e73d9Copy full SHA for 21e73d9
1 file changed
.harness/ci-cd.yaml
@@ -112,7 +112,7 @@ pipeline:
112
command: |-
113
aws configure set region us-east-1
114
aws s3 sync ./umd s3://split-public-stage/sdk --acl public-read --follow-symlinks --cache-control max-age=31536000,public
115
- connectorRef: aws_connector
+ connectorRef: artifacts
116
when:
117
stageStatus: Success
118
condition: <+trigger.event> == "push" && <+trigger.branch> == "refs/heads/harness-pipeline"
0 commit comments