mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 00:02:28 +00:00
Fixed IMAGENAME
This commit is contained in:
parent
e31bca7016
commit
147fd4a333
@ -5,9 +5,6 @@
|
|||||||
# When using dind, it's wise to use the overlayfs driver for
|
# When using dind, it's wise to use the overlayfs driver for
|
||||||
# improved performance.
|
# improved performance.
|
||||||
|
|
||||||
variables:
|
|
||||||
IMAGENAME: $CI_REGISTRY_IMAGE
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- push
|
- push
|
||||||
@ -98,4 +95,4 @@ cleanup_pypirc:
|
|||||||
when: always # this is important; run even if preceding stages failed.
|
when: always # this is important; run even if preceding stages failed.
|
||||||
script:
|
script:
|
||||||
- rm -vf ~/.pypirc # we don't want to leave these around, but GitLab may clean up anyway.
|
- rm -vf ~/.pypirc # we don't want to leave these around, but GitLab may clean up anyway.
|
||||||
- docker logout
|
- docker logout
|
||||||
|
Loading…
Reference in New Issue
Block a user