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
eb3a42c2
Commit
eb3a42c2
authored
Feb 13, 2017
by
J. Fernando Sánchez
Browse files
Updated gitlabci
parent
20357d2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
eb3a42c2
...
...
@@ -30,15 +30,15 @@ stages:
test-3.5
:
<<
:
*test_definition
image
:
python:3.5
image
:
"
python:3.5
"
test-3.4
:
<<
:
*test_definition
image
:
python:3.4
image
:
"
python:3.4
"
test-2.7
:
<<
:
*test_definition
image
:
python:2.7
image
:
"
python:2.7
"
.image
:
&image_definition
stage
:
release
...
...
@@ -56,7 +56,7 @@ test-2.7:
-
tags
-
triggers
image
:
image
-master
:
<<
:
*image_definition
only
:
-
master
...
...
@@ -64,11 +64,11 @@ image:
image-3.5
:
<<
:
*image_definition
variables
:
IMAGE_NAME
:
$REGISTRY_IMAGE:$CI_BUILD_TAG-python3.5
IMAGE_NAME
:
"
$REGISTRY_IMAGE:$CI_BUILD_TAG-python3.5
"
DOCKERFILE
:
Dockerfile-3.5
image-2.7
:
<<
:
*image_definition
variables
:
IMAGE_NAME
:
$REGISTRY_IMAGE:$CI_BUILD_TAG-python2.7
DOCKERFILE
:
Dockerfile-2.7
\ No newline at end of file
IMAGE_NAME
:
"
$REGISTRY_IMAGE:$CI_BUILD_TAG-python2.7"
DOCKERFILE
:
Dockerfile-2.7
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