Skip to content
Snippets Groups Projects
Commit 89b79a90 authored by Hololens Test's avatar Hololens Test
Browse files

Update .gitlab-ci.yml file

parent b1bdbe74
Branches develop
Tags test_1.0.1
1 merge request!3Merge new CI pipeline with the changes from Peng.
......@@ -101,16 +101,21 @@ docker_astrocyte_test:
tags:
- cluster_node
artifacts:
paths:
- ./containers.txt
reports:
dotenv: build.env
dotenv: build.env
cache_docker_image:
stage: cache_docker
script:
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
- echo "Pull Docker image from the docker.io registry, re-tag, and push to our GitLab"
- docker
- echo "Need to know what the docker image is ahead of time"
#xargs -a containers.txt -I % docker pull "%"
- xargs -a containers.txt -I % docker tag "%" "$CI_REGISTRY/$CI_PROJECT_ROOT_NAMESPACE/$CI_PROJECT_NAME/%"
- xargs -a containers.txt -I % docker push "$CI_REGISTRY/$CI_PROJECT_ROOT_NAMESPACE/$CI_PROJECT_NAME/%"
needs:
- docker_astrocyte_test
singularity_astrocyte_test:
stage: test_singularity
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment