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
Jochem Bijlard
fractalis
Commits
3da60f42
Commit
3da60f42
authored
Mar 12, 2018
by
Sascha Herzinger
Browse files
Fixing CI docker setup
parent
5ba8072a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3da60f42
...
...
@@ -3,6 +3,10 @@ variables:
PYPI_PASS
:
SECURE
DOCKER_USER
:
SECURE
DOCKER_PASS
:
SECURE
DOCKER_DRIVER
:
overlay2
services
:
-
docker:dind
before_script
:
-
FRACTALIS_VERSION=$(grep version setup.py | grep -o "[0-9]\.[0-9]\.[0-9]")
...
...
@@ -26,7 +30,7 @@ build:sdist:
build:image:
stage
:
build_image
image
:
docker:
dind
image
:
docker:
latest
tags
:
-
privileged
script
:
...
...
@@ -40,7 +44,7 @@ build:image:
test
:
stage
:
test
image
:
docker:
dind
image
:
docker:
latest
tags
:
-
privileged
services
:
...
...
@@ -71,7 +75,7 @@ release:pypi:
release:docker:
stage
:
release
image
:
docker:
dind
image
:
docker:
latest
tags
:
-
privileged
script
:
...
...
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