Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -28,14 +28,14 @@ variables: # base image image: storage.bsc.es/gitlab/hpc/gekkofs/core:0.9.6 image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/gekkofs/core:0.9.6 ################################################################################ ## Validating ################################################################################ check format: stage: lint image: storage.bsc.es/gitlab/hpc/gekkofs/linter:0.9.6 image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/gekkofs/linter:0.9.6 needs: [] script: - ${SCRIPTS_DIR}/check_format.sh Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -28,14 +28,14 @@ variables: # base image image: storage.bsc.es/gitlab/hpc/gekkofs/core:0.9.6 image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/gekkofs/core:0.9.6 ################################################################################ ## Validating ################################################################################ check format: stage: lint image: storage.bsc.es/gitlab/hpc/gekkofs/linter:0.9.6 image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/gekkofs/linter:0.9.6 needs: [] script: - ${SCRIPTS_DIR}/check_format.sh Loading