diff options
| author | Evan Read <eread@gitlab.com> | 2019-08-01 12:33:49 +1000 |
|---|---|---|
| committer | Evan Read <eread@gitlab.com> | 2019-08-01 12:33:49 +1000 |
| commit | 9982c44235a701de22f732a97989b41aaddb6c0d (patch) | |
| tree | a7c279665a9260e552bb481632a5e50a35eea5a2 | |
| parent | Merge branch 'update-test-assertion' into 'master' (diff) | |
| download | gitlab-runner-9982c44235a701de22f732a97989b41aaddb6c0d.tar.gz | |
Remove need for externally configured variable
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2ebdc09..c990a35c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ variables: GIT_VERSION_BUILD: "1" GIT_LFS_VERSION: "2.7.1" LICENSE_MANAGEMENT_SETUP_CMD: echo "Skip setup. Dependency already vendored" + DOCS_GITLAB_REPO_SUFFIX: "runner" before_script: - unset GPG_KEY |
