Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
astrocyte_example_wordcount
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Astrocyte
Workflows
BioHPC
astrocyte_example_wordcount
Commits
89b79a90
Commit
89b79a90
authored
3 years ago
by
Hololens Test
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
b1bdbe74
Branches
develop
Tags
test_1.0.1
Tags containing commit
1 merge request
!3
Merge new CI pipeline with the changes from Peng.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-3
8 additions, 3 deletions
.gitlab-ci.yml
with
8 additions
and
3 deletions
.gitlab-ci.yml
+
8
−
3
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment