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
7be0af1a
Commit
7be0af1a
authored
May 25, 2018
by
Sascha Herzinger
Browse files
hardcoding docker image versions
parent
8084e3e6
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7be0af1a
...
...
@@ -18,7 +18,7 @@ stages:
build:sdist:
stage
:
build_sdist
image
:
3.5.5-alpine3.7
image
:
python:
3.5.5-alpine3.7
script
:
-
python3 setup.py sdist
artifacts
:
...
...
@@ -71,7 +71,7 @@ test:
release:pypi:
stage
:
release
image
:
3.5.5-alpine3.7
image
:
python:
3.5.5-alpine3.7
script
:
-
pip3 install twine
-
twine upload dist/$SDIST -u $PYPI_USER -p $PYPI_PASS
...
...
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