Skip to content

Commit

Permalink
Run on tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgakoudis committed Sep 4, 2024
1 parent 1a4c9de commit 19f26a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variables:
LLNL_SERVICE_USER: ""
# Use the service user workspace. Solves permission issues, stores everything
# at the same location whoever triggers a pipeline.
CUSTOM_CI_BUILDS_DIR: "/usr/workspace/ggeorgak/projects/pyomp/gitlab-runner"
CUSTOM_CI_BUILDS_DIR: "/var/tmp/gitlab-runner"
# Tells Gitlab to recursively update the submodules when cloning the project.
# GIT_SUBMODULE_STRATEGY: recursive

Expand Down
2 changes: 0 additions & 2 deletions .gitlab/jobs/lassen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,5 @@ variables:

build-run-lassen:
extends: .job_on_lassen
after_script:
- rm -rf ${CI_BUILDS_DIR}
variables:

2 changes: 0 additions & 2 deletions .gitlab/jobs/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,5 @@ variables:

build-run-ruby:
extends: .job_on_ruby
after_script:
- rm -rf ${CI_BUILDS_DIR}
variables:

0 comments on commit 19f26a7

Please sign in to comment.