***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jupyterhub-docker-stacks
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VSC Public
JupyterHub
jupyterhub-docker-stacks
Commits
648653f6
Commit
648653f6
authored
3 years ago
by
Muck, Katrin
Browse files
Options
Downloads
Patches
Plain Diff
test
parent
2ed18d8f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#70609
failed with stage
in 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-10
9 additions, 10 deletions
.gitlab-ci.yml
with
9 additions
and
10 deletions
.gitlab-ci.yml
+
9
−
10
View file @
648653f6
...
...
@@ -2,21 +2,20 @@
singularity-builder
:
image
:
docker:stable
variables
:
BUILDER_NAME
:
docker003.vxs:5000/vsc/singularity-builder
# only:
# refs:
# - tags
BUILD_IMG_NAME
:
docker003.vxs:5000/vsc/singularity-builder
only
:
refs
:
-
tags
script
:
-
cd singularity-builder
-
docker build --network=host --tag $BUILD
ER
_NAME:$CI_COMMIT_SHA .
#
- docker push $BUILD
ER
_NAME:$CI_COMMIT_SHA
#
- docker push $BUILD
ER
_NAME:$CI_COMMIT_TAG
#
- docker push $BUILD
ER
_NAME:latest
-
docker build --network=host --tag $BUILD
_IMG
_NAME:$CI_COMMIT_SHA .
-
docker push $BUILD
_IMG
_NAME:$CI_COMMIT_SHA
-
docker push $BUILD
_IMG
_NAME:$CI_COMMIT_TAG
-
docker push $BUILD
_IMG
_NAME:latest
when
:
manual
build-minimal
:
image
:
docker003.vxs:5000/vsc/singularity-builder
image
:
docker003.vxs:5000/vsc/singularity-builder
:latest
# only:
# changes: # changes does not work with variables atm!
# - minimal/**/*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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