gilab-ci: update .gitlab-ci.yml to use "main" branch name

This commit is contained in:
Thomas Haller 2021-04-01 21:40:23 +02:00
parent f0612bd67b
commit 371b64bd70
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 7 additions and 7 deletions

View file

@ -44,11 +44,11 @@ variables:
# these tags should be updated each time the list of packages is updated
# changing these will force rebuilding the associated image
# Note: these tags have no meaning and are not tied to a particular NM version
FEDORA_TAG: '2021-01-28.0-5ee9fa53946e'
UBUNTU_TAG: '2021-01-28.0-b172a9697407'
DEBIAN_TAG: '2021-01-28.0-b172a9697407'
CENTOS_TAG: '2021-01-28.0-5ee9fa53946e'
ALPINE_TAG: '2021-01-28.0-76f28d039de3'
FEDORA_TAG: '2021-01-28.0-204b637c4b94'
UBUNTU_TAG: '2021-01-28.0-397adbc67ac4'
DEBIAN_TAG: '2021-01-28.0-397adbc67ac4'
CENTOS_TAG: '2021-01-28.0-204b637c4b94'
ALPINE_TAG: '2021-01-28.0-35b8aa24ed67'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'
@ -890,7 +890,7 @@ pages:
paths:
- public
only:
- master
- main
dependencies:
- t_fedora:33
needs:

View file

@ -213,7 +213,7 @@ pages:
paths:
- public
only:
- master
- main
dependencies:
- t_{{pages_build.name}}:{{pages_build.version}}
needs: