Commit b36436f7 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch '7-template-use-image-var' into 'master'

fix(template): add YAJSV_IMAGE var

Closes #7

See merge request to-be-continuous/kicker!70
parents 76f3ddce f4f145ed
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
variables:
  YAJSV_IMAGE: amux/yajsv:latest

.kicker-scripts: &kicker-scripts |
  set -e
  function log_info() {
@@ -30,7 +33,7 @@
# $JSON_FILE  : the JSON file to test
# $SCHEMA_URL : the schema url
.json-validation:
  image: amux/yajsv:latest
  image: ${YAJSV_IMAGE}
  stage: build
  before_script:
    - *kicker-scripts