mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
wip
This commit is contained in:
parent
8a742f6e50
commit
dfbee4bc93
1 changed files with 2 additions and 2 deletions
|
|
@ -154,8 +154,8 @@ jobs:
|
|||
mkdir -p ~/.local/share/snapcraft/provider/launchpad
|
||||
cp $(credentials.secureFilePath) ~/.local/share/snapcraft/provider/launchpad/credentials
|
||||
echo $(parameters.snaps)
|
||||
python3 tools/snap/build_remote.py $(snapName) --archs ${SNAP_ARCH} --timeout $(snapBuildTimeout)
|
||||
displayName: Build $(snapName)
|
||||
python3 tools/snap/build_remote.py ${{ snapName }} --archs ${SNAP_ARCH} --timeout $(snapBuildTimeout)
|
||||
displayName: Build ${{ snapName }}
|
||||
- script: |
|
||||
set -e
|
||||
mv *.snap $(Build.ArtifactStagingDirectory)
|
||||
|
|
|
|||
Loading…
Reference in a new issue