mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
only build certbot
This commit is contained in:
parent
ae58319a08
commit
226e55fb10
1 changed files with 1 additions and 1 deletions
2
.github/workflows/snap_packaging_jobs.yml
vendored
2
.github/workflows/snap_packaging_jobs.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
git config --global user.name "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
mkdir -p ~/.local/share/snapcraft/
|
||||
echo "$LAUNCHPAD_CREDS" > ~/.local/share/snapcraft/launchpad-credentials
|
||||
python3 tools/snap/build_remote.py ALL --archs "$SNAP_ARCH" --timeout "$SNAP_BUILD_TIMEOUT"
|
||||
python3 tools/snap/build_remote.py certbot --archs "$SNAP_ARCH" --timeout "$SNAP_BUILD_TIMEOUT"
|
||||
- name: Flatten snaps layout
|
||||
run: |-
|
||||
mv *.snap ${{ runner.temp }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue