Skip to content
Snippets Groups Projects
Commit 02c7a57d authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

externalizes yajsv image as parameter

parent 7f82e077
Branches
No related tags found
No related merge requests found
...@@ -8,11 +8,15 @@ spec: ...@@ -8,11 +8,15 @@ spec:
description: base URL for schema files description: base URL for schema files
type: string type: string
default: "https://gitlab.com/api/v4/projects/to-be-continuous%2Fkicker/repository/files" default: "https://gitlab.com/api/v4/projects/to-be-continuous%2Fkicker/repository/files"
yajsv-image:
description: image to use for validation jobs
type: string
default: cicd-docker-dev.artifact.tecnalia.com/yajsv:latest
--- ---
variables: variables:
YAJSV_IMAGE: "cicd-docker-dev-local.artifact.tecnalia.com/yajsv:latest" YAJSV_IMAGE: $[[ inputs.yajsv-image ]]
.kicker-scripts: &kicker-scripts | .kicker-scripts: &kicker-scripts |
set -e set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment