mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Troubleshoot
This commit is contained in:
parent
1d36f53bd3
commit
a1e0bcaeba
1 changed files with 2 additions and 0 deletions
|
|
@ -80,7 +80,9 @@ jobs:
|
|||
git config --global user.name "$(Build.RequestedFor)"
|
||||
mkdir -p ~/.local/share/snapcraft/provider/launchpad
|
||||
cp $(credentials.secureFilePath) ~/.local/share/snapcraft/provider/launchpad/credentials
|
||||
export TERM=linux
|
||||
python3 tools/snap/build_remote.py ALL --archs amd64 arm64 armhf
|
||||
find . -iname *.snap
|
||||
displayName: Build Certbot + DNS plugins snaps
|
||||
- script: |
|
||||
mv *.snap $(Build.ArtifactStagingDirectory)
|
||||
|
|
|
|||
Loading…
Reference in a new issue