1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-09-18 04:22:21 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
J. Fernando Sánchez
2ea01aef42 Fixed deployment IMAGENAME 2017-06-02 20:10:06 +02:00
J. Fernando Sánchez
147fd4a333 Fixed IMAGENAME 2017-06-02 20:02:27 +02:00
2 changed files with 2 additions and 5 deletions

View File

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

View File

@@ -13,7 +13,7 @@ spec:
spec: spec:
containers: containers:
- name: senpy-latest - name: senpy-latest
image: registry.cluster.gsi.dit.upm.es/senpy/senpy:latest image: gsiupm/senpy:latest
args: args:
- "--default-plugins" - "--default-plugins"
resources: resources: