From 828d47fe4c1cc47bb8d4c5bc238c443028323c0f Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Tue, 6 Sep 2022 09:38:55 -0700 Subject: [PATCH] Set a custom build directory for CI to avoid issues in HOME. --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 741d0951..28c68170 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,9 @@ # This CI configuration is intended to be run on Ascent. See: -# https://code.ornl.gov/ecpcitest/csc335/terra +# https://code.ornl.gov/ecpcitest/csc335/terra/-/pipelines variables: - GIT_STRATEGY: clone # workaround for filesystem issues + # workaround for filesystem issues + CUSTOM_CI_BUILDS_DIR: "/gpfs/wolf/proj-shared/csc335/ci/${CI_JOB_ID}" build: tags: