Skip to content
Snippets Groups Projects
Commit dbca1a36 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !35
parents ad121e23 28dd6e10
Branches
Tags v2.0.22
1 merge request!35Merging develop into main
Pipeline #745469 passed
......@@ -3,8 +3,8 @@
export $(cat .env | xargs)
cd tests/backstop
./backstop-script-before
docker run --rm -t -v $(php /usr/local/bin/volume.php) -w $PWD --network=traefik-public backstopjs/backstopjs "$@"
./backstop-script-after
docker run --rm -t -v $(php /usr/local/bin/volume.php) -w $PWD --network host backstopjs/backstopjs "$@"
EC=$?
./backstop-script-after
exit $EC
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment