We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecaa25e commit a051510Copy full SHA for a051510
.harness/ci-cd.yaml
@@ -95,32 +95,3 @@ pipeline:
95
spec:
96
shell: Sh
97
command: npm run build
98
- - stage:
99
- name: Upload dev assets to CDN
100
- identifier: Upload_dev_assets_to_CDN
101
- description: ""
102
- type: CI
103
- spec:
104
- cloneCodebase: false
105
- caching:
106
- enabled: true
107
- override: true
108
- platform:
109
- os: Linux
110
- arch: Amd64
111
- runtime:
112
- type: Cloud
113
114
- size: small
115
- imageSpec:
116
- imageName: ubuntu-latest
117
- execution:
118
- steps:
119
- - step:
120
- type: Run
121
- name: Run_1
122
- identifier: Run_1
123
- spec: {}
124
- when:
125
- pipelineStatus: Success
126
- condition: <+trigger.event> == "push" && <+trigger.branch> == "refs/heads/development"
0 commit comments