mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
removed the kickstart wget request
the application should already be kickstarted when gitlab:check rake task is executed.
This commit is contained in:
parent
f5f7e7786a
commit
b8e8f2f6ef
@ -433,13 +433,6 @@ EOF
|
||||
esac
|
||||
crontab -u git /tmp/cron.git && rm -rf /tmp/cron.git
|
||||
|
||||
# kickstart the rails application
|
||||
if [ "${GITLAB_HTTPS}" == "true" ]; then
|
||||
wget --no-check-certificate "https://${GITLAB_HOST}" -O /dev/null
|
||||
else
|
||||
wget "http://${GITLAB_HOST}" -O /dev/null
|
||||
fi
|
||||
|
||||
# watch the access logs
|
||||
tail -F /var/log/nginx/gitlab_access.log
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user