Skip to content
Snippets Groups Projects
Commit 84338163 authored by Alex Kanitz's avatar Alex Kanitz
Browse files

check

parent d68760c7
No related branches found
No related tags found
1 merge request!7ci: add Conda tests and refactor
Pipeline #14473 failed
...@@ -20,9 +20,10 @@ build_conda: ...@@ -20,9 +20,10 @@ build_conda:
build_docker: build_docker:
stage: build stage: build
before_script: before_script:
- export IMAGE= - export IMAGE="${DOCKER_ORG}/${DOCKER_REPO}"
- echo "IMAGE=${DOCKER_ORG}/${DOCKER_REPO}" >> build.env - echo TAG="${DOCKER_ORG}/${DOCKER_REPO}"
- echo "TAG=${DOCKER_ORG}/${DOCKER_REPO}" >> build.env - echo "IMAGE=$IMAGE" >> build.env
- echo "TAG=$TAG" >> build.env
script: script:
- docker build -t ${IMAGE}:${TAG} . - docker build -t ${IMAGE}:${TAG} .
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment