libei/.gitlab-ci/config.yml
Peter Hutterer 06ce6c3a92 gitlab CI: move the pages job configuration to config.yml
Makes it less error-prone to forgetful updates like 191913, I hope.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2022-03-02 16:26:16 +10:00

17 lines
429 B
YAML

# This file contains the configuration for the gitlab ci.
# See the .gitlab-ci/generate-gitlab-ci.py file for more info
#
# We're happy to rebuild all containers when one changes.
.default_tag: &default_tag '2022-02-16.0'
distributions:
- name: fedora
tag: *default_tag
versions:
- '35' # update the pages job when bumping the version
use_for_custom_build_tests: true
pages:
distro: fedora
version: 35