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
147fd4a3
Commit
147fd4a3
authored
Jun 02, 2017
by
J. Fernando Sánchez
Browse files
Fixed IMAGENAME
parent
e31bca70
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
147fd4a3
...
...
@@ -5,9 +5,6 @@
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
variables
:
IMAGENAME
:
$CI_REGISTRY_IMAGE
stages
:
-
test
-
push
...
...
@@ -98,4 +95,4 @@ cleanup_pypirc:
when
:
always
# this is important; run even if preceding stages failed.
script
:
-
rm -vf ~/.pypirc
# we don't want to leave these around, but GitLab may clean up anyway.
-
docker logout
\ No newline at end of file
-
docker logout
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