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

Merge branch 'LocalDockerRegistry' of...

Merge branch 'LocalDockerRegistry' of git.biohpc.swmed.edu:s190450/astrocyte_example_wordcount into LocalDockerRegistry
parents 4d5ee3b9 2033a84f
1 merge request!3Merge new CI pipeline with the changes from Peng.
...@@ -16,6 +16,7 @@ variables: ...@@ -16,6 +16,7 @@ variables:
- env - env
- ls -laht - ls -laht
- whoami - whoami
- set -x
### All base jobs. ### All base jobs.
...@@ -103,8 +104,9 @@ docker_astrocyte_test: ...@@ -103,8 +104,9 @@ docker_astrocyte_test:
cache_docker_image: cache_docker_image:
stage: cache_docker stage: cache_docker
script: script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - 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" - 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" - echo "Need to know what the docker image is ahead of time"
singularity_astrocyte_test: singularity_astrocyte_test:
......
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