Fix a typo
This commit is contained in:
parent
428515daae
commit
3c16ea2849
|
@ -34,7 +34,7 @@ variables:
|
||||||
# changing these will force rebuilding the associated image
|
# changing these will force rebuilding the associated image
|
||||||
# Note: these tags have no meaning and are not tied to a particular
|
# Note: these tags have no meaning and are not tied to a particular
|
||||||
# fontconfig version
|
# fontconfig version
|
||||||
FEDORA_TAG: '2023-03-31.0-b3f8fc5f8b0d'
|
FEDORA_TAG: '2023-03-31.0-b6a9c5563c63'
|
||||||
|
|
||||||
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
|
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ fedora:36@container-prep:
|
||||||
script:
|
script:
|
||||||
- ci-fairy -v --authfile $AUTHFILE delete-image
|
- ci-fairy -v --authfile $AUTHFILE delete-image
|
||||||
--repository $FDO_DISTRIBUTION_NAME/$FDO_DISTRIBUTION_VERSION
|
--repository $FDO_DISTRIBUTION_NAME/$FDO_DISTRIBUTION_VERSION
|
||||||
--exclude-tag $FDO_DISTRIBUTION_TAG
|
--exclude-tag $FDO_DISTRIBUTION_TAG
|
||||||
dependencies: []
|
dependencies: []
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
only:
|
only:
|
||||||
|
|
|
@ -100,7 +100,7 @@ variables:
|
||||||
script:
|
script:
|
||||||
- ci-fairy -v --authfile $AUTHFILE delete-image
|
- ci-fairy -v --authfile $AUTHFILE delete-image
|
||||||
--repository $FDO_DISTRIBUTION_NAME/$FDO_DISTRIBUTION_VERSION
|
--repository $FDO_DISTRIBUTION_NAME/$FDO_DISTRIBUTION_VERSION
|
||||||
--exclude-tag $FDO_DISTRIBUTION_TAG
|
--exclude-tag $FDO_DISTRIBUTION_TAG
|
||||||
dependencies: []
|
dependencies: []
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in New Issue