diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-04-09 02:59:37 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-04-09 02:59:37 +0300 |
commit | 6136a96cdf631f824fb89cf2720422787439acc9 (patch) | |
tree | 625a0d5c1d32a5bbd9a9827e8e248eae193a5bf0 /.cirrus.yml | |
parent | 97ba77aa8e58c3c7ff767e6ca804d0e46370e5dc (diff) |
ci: Rename RUN_CI_ON_HOST to DANGER_RUN_CI_ON_HOST
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f4a3878ed8..f9c3d844be 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -37,7 +37,7 @@ task: timeout_in: 60m env: MAKEJOBS: "-j9" - RUN_CI_ON_HOST: "1" + DANGER_RUN_CI_ON_HOST: "1" TEST_RUNNER_PORT_MIN: "14000" # Must be larger than 12321, which is used for the http cache. See https://cirrus-ci.org/guide/writing-tasks/#http-cache CCACHE_SIZE: "200M" CCACHE_DIR: "/tmp/ccache_dir" |