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

Fix backstop script for pipeline operations

parent 4db0b183
No related branches found
No related tags found
1 merge request!35Merging develop into main
......@@ -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