mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 08:12:27 +00:00
Updated gitlabci
This commit is contained in:
parent
20357d2a0d
commit
eb3a42c247
@ -30,15 +30,15 @@ stages:
|
|||||||
|
|
||||||
test-3.5:
|
test-3.5:
|
||||||
<<: *test_definition
|
<<: *test_definition
|
||||||
image: python:3.5
|
image: "python:3.5"
|
||||||
|
|
||||||
test-3.4:
|
test-3.4:
|
||||||
<<: *test_definition
|
<<: *test_definition
|
||||||
image: python:3.4
|
image: "python:3.4"
|
||||||
|
|
||||||
test-2.7:
|
test-2.7:
|
||||||
<<: *test_definition
|
<<: *test_definition
|
||||||
image: python:2.7
|
image: "python:2.7"
|
||||||
|
|
||||||
.image: &image_definition
|
.image: &image_definition
|
||||||
stage: release
|
stage: release
|
||||||
@ -56,7 +56,7 @@ test-2.7:
|
|||||||
- tags
|
- tags
|
||||||
- triggers
|
- triggers
|
||||||
|
|
||||||
image:
|
image-master:
|
||||||
<<: *image_definition
|
<<: *image_definition
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
@ -64,11 +64,11 @@ image:
|
|||||||
image-3.5:
|
image-3.5:
|
||||||
<<: *image_definition
|
<<: *image_definition
|
||||||
variables:
|
variables:
|
||||||
IMAGE_NAME: $REGISTRY_IMAGE:$CI_BUILD_TAG-python3.5
|
IMAGE_NAME: "$REGISTRY_IMAGE:$CI_BUILD_TAG-python3.5"
|
||||||
DOCKERFILE: Dockerfile-3.5
|
DOCKERFILE: Dockerfile-3.5
|
||||||
|
|
||||||
image-2.7:
|
image-2.7:
|
||||||
<<: *image_definition
|
<<: *image_definition
|
||||||
variables:
|
variables:
|
||||||
IMAGE_NAME: $REGISTRY_IMAGE:$CI_BUILD_TAG-python2.7
|
IMAGE_NAME: "$REGISTRY_IMAGE:$CI_BUILD_TAG-python2.7"
|
||||||
DOCKERFILE: Dockerfile-2.7
|
DOCKERFILE: Dockerfile-2.7
|
Loading…
Reference in New Issue
Block a user