mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Try to handle better non zero exit code
This commit is contained in:
parent
269d81fd93
commit
02b9ad6ad2
1 changed files with 3 additions and 1 deletions
|
|
@ -81,9 +81,11 @@ jobs:
|
|||
mkdir -p ~/.local/share/snapcraft/provider/launchpad
|
||||
cp $(credentials.secureFilePath) ~/.local/share/snapcraft/provider/launchpad/credentials
|
||||
python3 tools/snap/build_remote.py ALL --archs amd64 arm64 armhf
|
||||
displayName: Build Certbot + DNS plugins snaps
|
||||
- script: |
|
||||
mv *.snap $(Build.ArtifactStagingDirectory)
|
||||
mv certbot-dns-*/*.snap $(Build.ArtifactStagingDirectory)
|
||||
displayName: Build Certbot + DNS plugins snaps
|
||||
displayName: Build prepare artifacts
|
||||
- task: PublishPipelineArtifact@1
|
||||
inputs:
|
||||
path: $(Build.ArtifactStagingDirectory)
|
||||
|
|
|
|||
Loading…
Reference in a new issue