File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ auth-secret={{GITLAB_PAGES_ACCESS_SECRET}}
55gitlab-server={{GITLAB_PAGES_ACCESS_CONTROL_SERVER}}
66artifacts-server={{GITLAB_PAGES_ARTIFACTS_SERVER_URL}}
77internal-gitlab-server=http://localhost:8181
8- api-secret-key=/home/git/gitlab /.gitlab_pages_secret
8+ api-secret-key={{GITLAB_INSTALL_DIR}} /.gitlab_pages_secret
Original file line number Diff line number Diff line change @@ -1792,7 +1792,8 @@ if [[ ${GITLAB_PAGES_ACCESS_CONTROL} == true ]]; then
17921792 GITLAB_PAGES_ACCESS_CLIENT_SECRET \
17931793 GITLAB_PAGES_ACCESS_REDIRECT_URI \
17941794 GITLAB_PAGES_ACCESS_SECRET \
1795- GITLAB_PAGES_ACCESS_CONTROL_SERVER
1795+ GITLAB_PAGES_ACCESS_CONTROL_SERVER \
1796+ GITLAB_INSTALL_DIR
17961797
17971798 if [[ -n ${GITLAB_PAGES_ARTIFACTS_SERVER_URL} ]]; then
17981799 update_template ${GITLAB_PAGES_CONFIG} GITLAB_PAGES_ARTIFACTS_SERVER_URL
You can’t perform that action at this time.
0 commit comments