Skip to content
Snippets Groups Projects
Unverified Commit d3805631 authored by r0zehnal0vak's avatar r0zehnal0vak
Browse files

fix pipeline

parent c8110da4
No related branches found
No related tags found
1 merge request!13fix gpumon metric generation and update image
Pipeline #633379 failed
......@@ -18,6 +18,13 @@ services:
variables:
DOCKER_EXE: docker
before_script:
- apk update
- apk add $(cat ci/dependencies.apk.txt)
- ${DOCKER_EXE} login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "${CI_REGISTRY}"
- export VERSION=$(ci/version.sh CHANGELOG.md)
prepare-variables:
stage: env-setup
image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment