Skip to content

Commit

Permalink
update paths to avoid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Jan 7, 2025
1 parent 080c332 commit d0259a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
variables:
PDC_BUILD_PATH: "${CI_PROJECT_DIR}/build"
PDC_INSTALL_PATH: "${CI_PROJECT_DIR}/install"

PDC_BUILD_PATH: "${CI_BUILDS_DIR}/${CI_PROJECT_NAME}/${CI_PIPELINE_ID}/build"
PDC_INSTALL_PATH: "$${CI_BUILDS_DIR}/${CI_PROJECT_NAME}/${CI_PIPELINE_ID}/install"
GIT_CLONE_PATH: '${CI_BUILDS_DIR}/${CI_PROJECT_NAME}/${CI_PIPELINE_ID}'

stages:
- build
- test
Expand Down

0 comments on commit d0259a1

Please sign in to comment.