File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ auth-secret={{GITLAB_PAGES_ACCESS_SECRET}}
5
5
gitlab-server={{GITLAB_PAGES_ACCESS_CONTROL_SERVER}}
6
6
artifacts-server={{GITLAB_PAGES_ARTIFACTS_SERVER_URL}}
7
7
internal-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
1792
1792
GITLAB_PAGES_ACCESS_CLIENT_SECRET \
1793
1793
GITLAB_PAGES_ACCESS_REDIRECT_URI \
1794
1794
GITLAB_PAGES_ACCESS_SECRET \
1795
- GITLAB_PAGES_ACCESS_CONTROL_SERVER
1795
+ GITLAB_PAGES_ACCESS_CONTROL_SERVER \
1796
+ GITLAB_INSTALL_DIR
1796
1797
1797
1798
if [[ -n ${GITLAB_PAGES_ARTIFACTS_SERVER_URL} ]]; then
1798
1799
update_template ${GITLAB_PAGES_CONFIG} GITLAB_PAGES_ARTIFACTS_SERVER_URL
You can’t perform that action at this time.
0 commit comments