Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
feat: add configurable stage
· c042faa8
G.J.R. Timmer
authored
Nov 17, 2024
c042faa8
Hide whitespace changes
Inline
Side-by-side
templates/renovate.yml
View file @
c042faa8
# yaml-language-server: $schema=https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json
spec
:
inputs
:
stage
:
type
:
string
description
:
"
Build
stage"
default
:
deploy
---
variables
:
RENOVATE
:
...
...
@@ -15,7 +22,7 @@ variables:
-
"
true"
renovate
:
stage
:
deploy
stage
:
$[[ inputs.stage ]]
interruptible
:
false
image
:
name
:
$HARBOR_REGISTRY/docker/renovate:latest
...
...