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
668a803d
Commit
668a803d
authored
Feb 27, 2017
by
J. Fernando Sánchez
Browse files
Will anything break this time? We shall see
parent
9daae8dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
668a803d
...
...
@@ -44,28 +44,24 @@ push-3.5:
variables
:
PYTHON_VERSION
:
"
3.5"
VERSION
:
$CI_BUILD_TAG
IMAGENAME
:
$CI_REGISTRY_IMAGE
push-2.7
:
<<
:
*image_definition
variables
:
PYTHON_VERSION
:
"
2.7"
VERSION
:
$CI_BUILD_TAG
IMAGENAME
:
$CI_REGISTRY_IMAGE
push-main
:
<<
:
*image_definition
variables
:
PYTHON_VERSION
:
main
VERSION
:
$CI_BUILD_TAG
IMAGENAME
:
$CI_REGISTRY_IMAGE
push-latest
:
<<
:
*image_definition
variables
:
PYTHON_VERSION
:
latest
VERSION
:
$CI_BUILD_TAG
IMAGENAME
:
$CI_REGISTRY_IMAGE
only
:
-
master
-
tags
...
...
Makefile
View file @
668a803d
...
...
@@ -98,11 +98,11 @@ push-latest: build-$(PYMAIN)
docker push
'
$(IMAGENAME)
'
docker push
'
$(IMAGEWTAG)
'
push-%
:
build-%
docker push
$(IMAGE)
:
$(VERSION)
-python
$*
push-main
:
push-$(PYMAIN)
push-%
:
build-%
docker push
$(IMAGENAME)
:
$(VERSION)
-python
$*
ci
:
gitlab-runner
exec
docker
--docker-volumes
/var/run/docker.sock:/var/run/docker.sock
--env
CI_PROJECT_NAME
=
$(NAME)
${action}
...
...
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