Skip to content

Commit

Permalink
Set a custom build directory for CI to avoid issues in HOME.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Sep 6, 2022
1 parent 5f8324c commit 828d47f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 828d47f

Please sign in to comment.