mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
gitlab: added set -e setting to bash script
This commit is contained in:
parent
0e34803541
commit
539faf407b
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
GITLAB_HOST=${GITLAB_HOST:-localhost}
|
||||
GITLAB_PORT=${GITLAB_PORT:-80}
|
||||
GITLAB_HTTPS=${GITLAB_HTTPS:-false}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user