remove gitlab artifacts sync env user for now
This commit is contained in:
parent
a1beb94fb2
commit
bfbba966c6
|
@ -26,8 +26,8 @@
|
||||||
# Used directly by server
|
# Used directly by server
|
||||||
# for fetching gitlab static sites
|
# for fetching gitlab static sites
|
||||||
gitlab_env = {
|
gitlab_env = {
|
||||||
user = "gitlab_artifacts_sync";
|
#user = "gitlab_artifacts_sync";
|
||||||
group = "gitlab_artifacts_sync";
|
#group = "gitlab_artifacts_sync";
|
||||||
fetchScript = ''
|
fetchScript = ''
|
||||||
token=$(simple_get "/api-keys/gitlab/gitlab_pages_serve" .token)
|
token=$(simple_get "/api-keys/gitlab/gitlab_pages_serve" .token)
|
||||||
echo "GITLAB_TOKEN=$token" > "$secretFile"
|
echo "GITLAB_TOKEN=$token" > "$secretFile"
|
||||||
|
|
Loading…
Reference in a new issue