mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Focus on packaging jobs, all archs
This commit is contained in:
parent
be6deafaae
commit
8e82833abf
2 changed files with 3 additions and 3 deletions
|
|
@ -99,7 +99,7 @@ jobs:
|
|||
${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}:
|
||||
ARCHS: amd64 arm64 armhf
|
||||
${{ if startsWith(variables['Build.SourceBranchName'], 'test-') }}:
|
||||
ARCHS: amd64
|
||||
ARCHS: amd64 arm64 armhf
|
||||
steps:
|
||||
- script: |
|
||||
sudo apt-get update
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
stages:
|
||||
- stage: TestAndPackage
|
||||
jobs:
|
||||
- template: ../jobs/standard-tests-jobs.yml
|
||||
- template: ../jobs/extended-tests-jobs.yml
|
||||
# - template: ../jobs/standard-tests-jobs.yml
|
||||
# - template: ../jobs/extended-tests-jobs.yml
|
||||
- template: ../jobs/packaging-jobs.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue