Focal build in default

pull/89/head
Matthew McClaskey 4 years ago
parent 2959b47a86
commit 6dd0dd58d4

@ -95,9 +95,6 @@ build_ubuntu_focal:
- *prepare_artfacts - *prepare_artfacts
script: script:
- bash builder/build-package ubuntu focal; - bash builder/build-package ubuntu focal;
only:
variables:
- $CI_COMMIT_MESSAGE =~ /\[full [Cc][Ii]\]/
artifacts: artifacts:
paths: paths:
- output/ - output/
@ -114,9 +111,6 @@ build_ubuntu_focal_arm:
- *prepare_artfacts - *prepare_artfacts
script: script:
- bash builder/build-package ubuntu focal; - bash builder/build-package ubuntu focal;
only:
variables:
- $CI_COMMIT_MESSAGE =~ /\[full [Cc][Ii]\]/
artifacts: artifacts:
paths: paths:
- output/ - output/

Loading…
Cancel
Save