Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Experimental Physics
Quantum Interfaces
S
Software
Docker
Docker PDF Compiler
Commits
08a6add4
Commit
08a6add4
authored
Dec 02, 2019
by
Klemens Schüppert
Browse files
Added gitlab-ci.yml for automatic docker image compelation on gitlab.
parent
9e4f331f
Pipeline
#26552
passed with stage
in 2 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
.gitlab-ci.yml
.gitlab-ci.yml
+15
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
08a6add4
before_script
:
-
'
docker
login
-u
gitlab-ci-token
-p
$CI_BUILD_TOKEN
$CI_REGISTRY'
pdf_compiler
:
image
:
docker:latest
script
:
-
'
docker
build
--no-cache
-t
$CI_REGISTRY_IMAGE
--build-arg
https_proxy="$HTTPS_PROXY"
--build-arg
http_proxy="$HTTP_PROXY"
--build-arg
no_proxy="$no_proxy"
.'
-
'
docker
push
$CI_REGISTRY_IMAGE'
environment
:
name
:
production
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