gitlab: added set -e setting to bash script

This commit is contained in:
Sameer Naik 2014-02-05 23:48:00 +05:30
parent 0e34803541
commit 539faf407b

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
GITLAB_HOST=${GITLAB_HOST:-localhost}
GITLAB_PORT=${GITLAB_PORT:-80}
GITLAB_HTTPS=${GITLAB_HTTPS:-false}