Update true with "true"

Gitlab CI Linter otherwise gives error `variables config should be a hash value of key value pairs`
This commit is contained in:
yonatan miller 2019-09-02 17:07:36 +00:00 committed by Achilleas Pipinellis
parent 62b001451b
commit 554f419273

View file

@ -77,7 +77,7 @@ like Gemnasium require sending data to GitLab central servers to analyze them:
The Gemnasium client does **NOT** send the exact package versions your project relies on.
You can disable the remote checks by [using](#customizing-the-dependency-scanning-settings)
the `DS_DISABLE_REMOTE_CHECKS` environment variable and setting it to `true`.
the `DS_DISABLE_REMOTE_CHECKS` environment variable and setting it to `"true"`.
## Configuration
@ -115,7 +115,7 @@ include:
template: Dependency-Scanning.gitlab-ci.yml
variables:
DS_DISABLE_REMOTE_CHECKS: true
DS_DISABLE_REMOTE_CHECKS: "true"
```
Because template is [evaluated before](../../../ci/yaml/README.md#include) the pipeline