Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 8892355

Browse files
committed
remove manual approval
1 parent f910864 commit 8892355

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.pipelines/templates/pushJob.yml

-11
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,7 @@ parameters:
55
default: 'private'
66

77
jobs:
8-
- template: ./Approval.yml
9-
parameters:
10-
displayName: 'Approve ${{ parameters.channel }}-${{ parameters.release }} upload'
11-
instructions: |
12-
Only approve one channel at a time or malware scanning will fail.
13-
Approving this will trigger the upload of the snap as "${{ parameters.channel }}-${{ parameters.release }}"
14-
jobName: 'push_approval'
15-
168
- job: push
17-
dependsOn:
18-
- push_approval
19-
209
displayName: Push to ${{ parameters.release }}
2110

2211
pool:

0 commit comments

Comments
 (0)