Skip to content

Commit caa85e6

Browse files
committed
build.sh: add ENABLE_TEST_CACHE to dwq env
1 parent 6255e0f commit caa85e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ main() {
138138
export NIGHTLY STATIC_TESTS
139139
export DWQ_REPO="${CI_GIT_URL_WORKER}/${CI_BUILD_REPO_WORKER}"
140140
export DWQ_COMMIT="${CI_BUILD_COMMIT}"
141-
export DWQ_ENV="-E APPS -E BOARDS -E NIGHTLY -E STATIC_TESTS -E RUN_TESTS -E CI_MURDOCK_PROJECT"
141+
export DWQ_ENV="-E APPS -E BOARDS -E NIGHTLY -E STATIC_TESTS -E RUN_TESTS \
142+
-E CI_MURDOCK_PROJECT -E ENABLE_TEST_CACHE"
142143

143144
checkout_commit ${repo_dir} ${GITHUB_REPO_URL} ${CI_BUILD_COMMIT}
144145

0 commit comments

Comments
 (0)