Add -dev images that pull from COPR

To shorten iteration cycles.
This commit is contained in:
Colin Walters 2023-09-21 13:07:51 -04:00
parent ff195b59c7
commit f5570d3e46
5 changed files with 24 additions and 2 deletions

View file

@ -18,7 +18,7 @@ stages:
- tier-1
OS: fedora
VERSION: [38]
VARIANT: [""]
VARIANT: ["", "-dev"]
test-build:
extends: .base
@ -34,7 +34,7 @@ build-push:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables:
COMPOSE_INITIALIZE: ""
COMPOSE_INITIALIZE: "1"
FORCE: ""
stage: build
before_script: