We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b2205b + 34449a9 commit 84e6b6aCopy full SHA for 84e6b6a
scripts/healthcheck-and-setup.sh
@@ -28,6 +28,11 @@ test -f $done || {
28
printf 'terraform_token.save!;'
29
) | gitlab-rails console
30
31
+ echo "Enabling the container registry for the instance so that Personal Access Tokens can be created with the read_registry and write_registry scopes"
32
+ (
33
+ printf 'Gitlab.config.registry["enabled"] = true'
34
+ ) | gitlab-rails console
35
+
36
# 2020-09-07: Currently Gitlab (version 13.3.6 ) doesn't allow in admin API
37
# ability to set a group as instance level templates.
38
# To test resource_gitlab_project_test template features we add
0 commit comments