Fixed IMAGENAME

pull/39/merge 0.8.8-fix2
J. Fernando Sánchez 7 years ago
parent e31bca7016
commit 147fd4a333

@ -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
- docker logout

Loading…
Cancel
Save