Skip to content

Commit

Permalink
Use service account in gitlab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgakoudis committed Jan 10, 2025
1 parent 89f1615 commit d0451a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ variables:
##### LC GITLAB CONFIGURATION
# Use an LLNL service user to run CI. This prevents from running pipelines as
# an actual user.
LLNL_SERVICE_USER: ""
LLNL_SERVICE_USER: "proteusdev"
# Use the service user workspace. Solves permission issues, stores everything
# at the same location whoever triggers a pipeline.
CUSTOM_CI_BUILDS_DIR: "/usr/workspace/proteus/gitlab-runner"
CUSTOM_CI_BUILDS_DIR: "/usr/workspace/proteusdev/gitlab-runner"
# Tells Gitlab to recursively update the submodules when cloning the project.
# GIT_SUBMODULE_STRATEGY: recursive

Expand Down

0 comments on commit d0451a2

Please sign in to comment.