Add -dev images that pull from COPR
To shorten iteration cycles.
This commit is contained in:
parent
ff195b59c7
commit
f5570d3e46
5 changed files with 24 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue