mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 07:40:05 +01:00
gitlab CI: remove obsolete variable expansion
gitlab doesn't support double-nested variables so we can assume that these variables don't need further expansion Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
bd8225286a
commit
7d2b4b5ffe
2 changed files with 2 additions and 4 deletions
|
|
@ -190,8 +190,7 @@ check-commit:
|
|||
# log in to the registry
|
||||
- podman login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
|
||||
# get the full container image name (FDO_DISTRIBUTION_VERSION still has indirections)
|
||||
- IMAGE=$(eval echo "$FDO_DISTRIBUTION_NAME/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG")
|
||||
- IMAGE="$FDO_DISTRIBUTION_NAME/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG"
|
||||
|
||||
- |
|
||||
# force rebuild if schedule, reuse otherwise
|
||||
|
|
|
|||
|
|
@ -127,8 +127,7 @@ check-commit:
|
|||
# log in to the registry
|
||||
- podman login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
|
||||
# get the full container image name (FDO_DISTRIBUTION_VERSION still has indirections)
|
||||
- IMAGE=$(eval echo "$FDO_DISTRIBUTION_NAME/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG")
|
||||
- IMAGE="$FDO_DISTRIBUTION_NAME/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG"
|
||||
|
||||
- |
|
||||
# force rebuild if schedule, reuse otherwise
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue