mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Multi snap push
This commit is contained in:
parent
f8add8d502
commit
90fbdf4186
2 changed files with 10 additions and 2 deletions
|
|
@ -1,5 +1,13 @@
|
|||
jobs:
|
||||
- job: publish_snap
|
||||
strategy:
|
||||
matrix:
|
||||
amd64:
|
||||
ARCH: amd64
|
||||
arm64:
|
||||
ARCH: arm64
|
||||
armhf:
|
||||
ARCH: armhf
|
||||
pool:
|
||||
vmImage: ubuntu-18.04
|
||||
variables:
|
||||
|
|
@ -12,7 +20,7 @@ jobs:
|
|||
displayName: Install dependencies
|
||||
- task: DownloadPipelineArtifact@2
|
||||
inputs:
|
||||
artifact: snap
|
||||
artifact: snap-$(arch)
|
||||
path: $(Build.SourcesDirectory)/snap
|
||||
displayName: Retrieve Certbot snap
|
||||
- task: DownloadSecureFile@1
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
inputs:
|
||||
path: $(Build.ArtifactStagingDirectory)
|
||||
artifact: snap-$(arch)
|
||||
displayName: Publish Snap
|
||||
displayName: Store snap artifact
|
||||
- job: snap_run
|
||||
dependsOn: snap_build
|
||||
pool:
|
||||
|
|
|
|||
Loading…
Reference in a new issue