Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
fef06d43
Commit
fef06d43
authored
Feb 27, 2017
by
J. Fernando Sánchez
Browse files
Fixed image creation issue with GL CI
parent
454aa61f
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fef06d43
...
...
@@ -32,27 +32,28 @@ test-2.7:
.image
:
&image_definition
stage
:
images
variables
:
PYTHON_VERSION
:
"
3.5"
VERSION
:
$CI_BUILD_TAG
IMAGENAME
:
$CI_REGISTRY_IMAGE
before_script
:
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
script
:
-
make -e push-$PYTHON_VERSION
only
:
-
tags
-
master
-
triggers
image-3.5
:
<<
:
*image_definition
variables
:
PYTHON_VERSION
:
"
3.5"
VERSION
:
$CI_BUILD_TAG
IMAGENAME
:
$CI_REGISTRY_IMAGE
image-2.7
:
<<
:
*image_definition
variables
:
PYTHON_VERSION
:
"
2.7"
VERSION
:
$CI_BUILD_TAG
IMAGENAME
:
$CI_REGISTRY_IMAGE
image-latest
:
stage
:
release
...
...
Write
Preview
Supports
Markdown
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