Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
astrocyte_example_wordcount
Commits
89b79a90
Commit
89b79a90
authored
Jun 14, 2021
by
Devin OKelly
Browse files
Update .gitlab-ci.yml file
parent
b1bdbe74
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
89b79a90
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment