Focal build in default

This commit is contained in:
Matthew McClaskey
2021-12-10 19:46:39 +00:00
parent 2959b47a86
commit 6dd0dd58d4

View File

@@ -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/