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

fix pipeline

parent 35e4738c
Branches
Tags
1 merge request!13fix gpumon metric generation and update image
Pipeline #632954 failed
...@@ -38,13 +38,7 @@ build-image: ...@@ -38,13 +38,7 @@ build-image:
- .common-image-job-sections - .common-image-job-sections
stage: build-image stage: build-image
variables: variables:
EXTRA_BUILD_ARGS: >- EXTRA_BUILD_ARGS: '--build-arg VERSION=${VERSION}'
--build-arg VERSION=${VERSION}
--build-arg BUILD_DATE=$(date +%Y-%m-%dT%H:%M:%S)
--build-arg CI_BUILD_HOSTNAME=$(hostname)
--build-arg CI_COMMIT_SHA=${CI_COMMIT_SHA}
--build-arg CI_BUILD_JOB_NAME=${CI_JOB_NAME}
--build-arg CI_BUILD_ID=${CI_JOB_ID}
artifacts: artifacts:
expire_in: 2 mo expire_in: 2 mo
name: ${CI_BUILD_NAME}-${CI_COMMIT_REF_NAME}-container-uri name: ${CI_BUILD_NAME}-${CI_COMMIT_REF_NAME}-container-uri
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment