gitlab.yml is not gz now

This commit is contained in:
Praveen Arimbrathodiyil 2017-02-20 18:16:58 +05:30
parent d9a8b7a138
commit 15cca163fd

2
debian/postinst vendored
View file

@ -138,8 +138,6 @@ EOF
gl_proto="http"
# Copy example configurations
test -f ${gitlab_yml_private} || \
zcat ${gitlab_yml_example} > ${gitlab_yml_private}
test -f ${gitlab_shell_config_private} || \
cp ${gitlab_shell_config_example} ${gitlab_shell_config_private}