ci: Rename RUN_CI_ON_HOST to DANGER_RUN_CI_ON_HOST

This commit is contained in:
Hennadii Stepanov
2020-04-09 02:59:37 +03:00
parent 97ba77aa8e
commit 6136a96cdf
3 changed files with 5 additions and 5 deletions

View File

@@ -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"