diff options
| author | Mathieu Parent <math.parent@gmail.com> | 2019-09-05 10:47:34 +0200 |
|---|---|---|
| committer | Mathieu Parent <math.parent@gmail.com> | 2019-09-06 13:41:36 +0200 |
| commit | cef3aa51a6928338c6755c3e6de78605fae8e59e (patch) | |
| tree | 8f28490690f673a6e4a2efea77221dd503a2b20d /docker-entrypoint.sh | |
| parent | b7f33429c75ed2f464ebd9b4d3c56d3479df3faa (diff) | |
| download | gitlab-cef3aa51a6928338c6755c3e6de78605fae8e59e.tar.gz | |
feat: add support for job token
See https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts for usage
Diffstat (limited to 'docker-entrypoint.sh')
| -rwxr-xr-x | docker-entrypoint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index bda8141..5835acd 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -14,6 +14,7 @@ per_page = ${GITLAB_PER_PAGE:-10} url = ${GITLAB_URL:-https://gitlab.com} private_token = ${GITLAB_PRIVATE_TOKEN} oauth_token = ${GITLAB_OAUTH_TOKEN} +job_token = ${GITLAB_JOB_TOKEN} http_username = ${GITLAB_HTTP_USERNAME} http_password = ${GITLAB_HTTP_PASSWORD} EOF |
