1 Commits
0.0.1 ... 0.0.2

Author SHA1 Message Date
9da6eab743 fix name 2023-05-23 13:13:02 +02:00

View File

@ -28,7 +28,7 @@ dockerize:
- tags - tags
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
CONTAINER_NAME: level-preprocessor CONTAINER_NAME: cem-preprocessor
script: script:
- docker stop $CONTAINER_NAME || echo "container not running, never mind" - docker stop $CONTAINER_NAME || echo "container not running, never mind"
- docker rm $CONTAINER_NAME || echo "container not existing, never mind" - docker rm $CONTAINER_NAME || echo "container not existing, never mind"