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:
build_docker:
stage: build
before_script:
- export IMAGE=
- echo "IMAGE=${DOCKER_ORG}/${DOCKER_REPO}" >> build.env
- echo "TAG=${DOCKER_ORG}/${DOCKER_REPO}" >> build.env
- export IMAGE="${DOCKER_ORG}/${DOCKER_REPO}"
- echo TAG="${DOCKER_ORG}/${DOCKER_REPO}"
- echo "IMAGE=$IMAGE" >> build.env
- echo "TAG=$TAG" >> build.env
script:
- docker build -t ${IMAGE}:${TAG} .
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment