remove gitlab artifacts sync env user for now

This commit is contained in:
chaos 2023-09-20 18:59:50 +01:00
parent a1beb94fb2
commit bfbba966c6
No known key found for this signature in database

View file

@ -26,8 +26,8 @@
# Used directly by server
# for fetching gitlab static sites
gitlab_env = {
user = "gitlab_artifacts_sync";
group = "gitlab_artifacts_sync";
#user = "gitlab_artifacts_sync";
#group = "gitlab_artifacts_sync";
fetchScript = ''
token=$(simple_get "/api-keys/gitlab/gitlab_pages_serve" .token)
echo "GITLAB_TOKEN=$token" > "$secretFile"