rename container

This commit is contained in:
Wolfgang Hottgenroth 2023-02-17 11:57:29 +01:00
parent 69e8a507aa
commit ac4a032b62
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -30,7 +30,7 @@ deploy:
- tags
variables:
GIT_STRATEGY: none
CONTAINER_NAME: preprocessor
CONTAINER_NAME: badesee-preprocessor
script:
- docker stop $CONTAINER_NAME || echo "container not running, never mind"
- docker rm $CONTAINER_NAME || echo "container not existing, never mind"