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

adds yajsv-release

parent 2f4602ad
Branches
No related tags found
No related merge requests found
...@@ -11,12 +11,17 @@ spec: ...@@ -11,12 +11,17 @@ spec:
yajsv-image: yajsv-image:
description: image to use for validation jobs description: image to use for validation jobs
type: string type: string
default: cicd-docker-dev.artifact.tecnalia.dev/yajsv:latest default: registry.hub.docker.com/badouralix/curl-jq:latest
yajsv-release:
description: URL to download yajsv
type: string
default: "https://github.com/neilpa/yajsv/releases/download/v1.4.1/yajsv.linux.amd64"
--- ---
variables: variables:
YAJSV_IMAGE: $[[ inputs.yajsv-image ]] YAJSV_IMAGE: $[[ inputs.yajsv-image ]]
YAJSV_RELEASE: $[[ inputs.yajsv-release ]]
.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 to comment