Make sanity test quit on error

This commit is contained in:
Kuba Orlik 2021-08-27 11:19:54 +02:00
parent 9d8ca9e751
commit ca6f365d71

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -xe
export SEALIOUS_PORT=$PORT
SEALIOUS_BASE_URL=$(cat .base_url)