mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
ci: Do not force-rebuild if an image with such tag exists
This commit is contained in:
@@ -207,7 +207,6 @@ flatpak:
|
|||||||
- $CI_PIPELINE_SOURCE == "never"
|
- $CI_PIPELINE_SOURCE == "never"
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image
|
GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image
|
||||||
FDO_FORCE_REBUILD: 1
|
|
||||||
# a list of packages to install
|
# a list of packages to install
|
||||||
FDO_DISTRIBUTION_PACKAGES:
|
FDO_DISTRIBUTION_PACKAGES:
|
||||||
$LIBFPRINT_DEPENDENCIES
|
$LIBFPRINT_DEPENDENCIES
|
||||||
@@ -217,14 +216,22 @@ flatpak:
|
|||||||
FDO_DISTRIBUTION_EXEC: |
|
FDO_DISTRIBUTION_EXEC: |
|
||||||
$LIBFPRINT_EXEC
|
$LIBFPRINT_EXEC
|
||||||
|
|
||||||
|
.container_fedora_build_forced:
|
||||||
|
variables:
|
||||||
|
FDO_FORCE_REBUILD: 1
|
||||||
|
|
||||||
container_fedora_build_schedule:
|
container_fedora_build_schedule:
|
||||||
extends: .container_fedora_build_base
|
extends:
|
||||||
|
- .container_fedora_build_base
|
||||||
|
- .container_fedora_build_forced
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $CI_PIPELINE_SOURCE == "schedule" && $CRON_TASK == "BUILD_CI_IMAGES"
|
- $CI_PIPELINE_SOURCE == "schedule" && $CRON_TASK == "BUILD_CI_IMAGES"
|
||||||
|
|
||||||
container_fedora_build_manual:
|
container_fedora_build_manual:
|
||||||
extends: .container_fedora_build_base
|
extends:
|
||||||
|
- .container_fedora_build_base
|
||||||
|
- .container_fedora_build_forced
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $LIBFPRINT_CI_ACTION == "build-image"
|
- $LIBFPRINT_CI_ACTION == "build-image"
|
||||||
|
|||||||
Reference in New Issue
Block a user