Skip to content
Snippets Groups Projects
Commit 0fc09212 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

typo

parent b5a18f85
No related branches found
No related tags found
2 merge requests!43K8S deployments of release branche, and other updates,!38Dockerize app, and k8s
Pipeline #78097 failed
...@@ -22,7 +22,7 @@ test-style: ...@@ -22,7 +22,7 @@ test-style:
script: script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- mkdir persistent && chmod 777 persistent - mkdir persistent && chmod 777 persistent
- mv tests_http_cache.sqlite persistent/tests_http_cache.sqlite || "No tests_http_cache.sqlite" - mv tests_http_cache.sqlite persistent/tests_http_cache.sqlite || echo "No tests_http_cache.sqlite"
- > - >
docker run docker run
--network host --network host
......
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