We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0503e25 commit a85adacCopy full SHA for a85adac
dockerfiles/run-gui-tests.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+set -e
4
+
5
# Just in case it's running, we stop the web server.
6
docker-compose stop web
7
0 commit comments