Skip to content
Snippets Groups Projects
Commit 9c9ac0d6 authored by GitLab CI's avatar GitLab CI
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !89
parents 75b90339 b87e40bd
No related branches found
Tags v3.10.4
1 merge request!89Merging develop into main
Pipeline #1172453 passed
......@@ -8,6 +8,7 @@ if [[ -n ${ID} ]]; then
echo "Ataching to existing process ..."
docker start --attach --interactive ${NAME}
else
docker pull registry.lakedrops.com/docker/cypress:latest --quiet
docker run -u 1000:$(stat -c "%g" /var/run/docker.sock) --rm --name=${NAME} \
--network {{ projectname }}_default \
--env CYPRESS_baseUrl=http://apache \
......
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