Skip to content

Commit c2814ae

Browse files
chore(fixtures): configure token in environment, not omnibus config
1 parent e691762 commit c2814ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/functional/fixtures/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ services:
1111
hostname: 'gitlab.test'
1212
privileged: true # Just in case https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/1350
1313
environment:
14+
GITLAB_ROOT_PASSWORD: 5iveL!fe
15+
GITLAB_SHARED_RUNNERS_REGISTRATION_TOKEN: registration-token
1416
GITLAB_OMNIBUS_CONFIG: |
1517
external_url 'http://gitlab.test'
16-
gitlab_rails['initial_root_password'] = '5iveL!fe'
17-
gitlab_rails['initial_shared_runners_registration_token'] = 'registration-token'
1818
registry['enable'] = false
1919
nginx['redirect_http_to_https'] = false
2020
nginx['listen_port'] = 80

0 commit comments

Comments
 (0)