Skip to content
Snippets Groups Projects
Commit 2bfd5aba authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

do not run interactive docker

parent 896c6f16
No related branches found
No related tags found
No related merge requests found
Pipeline #9829 passed
......@@ -18,8 +18,8 @@ update_deployment:
- chown -R 1000:1000 ${CODE_DIR}
- docker build --build-arg=SPREET_RELEASE=${SPREET_RELEASE} ./build/sprites -t spreet:${SPREET_RELEASE}
script:
- docker run -it --rm -v ./styles/osm-bright:/spreet spreet:${SPREET_RELEASE}
- docker run -it --rm -v ./styles/osm-dark:/spreet spreet:${SPREET_RELEASE}
- docker run --rm -v ./styles/osm-bright:/spreet spreet:${SPREET_RELEASE}
- docker run --rm -v ./styles/osm-dark:/spreet spreet:${SPREET_RELEASE}
- docker compose up -d --force-recreate
rules:
- if: $CI_PIPELINE_SOURCE == "push"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment