Skip to content

Commit

Permalink
make safe?
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Oct 28, 2024
1 parent 79ced62 commit d42bdb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ builder-image:
- export COMMIT_RANGE="$CI_COMMIT_BEFORE_SHA..$CI_COMMIT_SHA"
- export JOB_NUMBER="$CI_JOB_ID"
- export HOST_SRC_DIR=$CI_PROJECT_DIR
- git config --global --add safe.directory $HOST_SRC_DIR
- echo PULL_REQUEST=$PULL_REQUEST COMMIT_RANGE=$COMMIT_RANGE HOST_SRC_DIR=$HOST_SRC_DIR CACHE_DIR=$CACHE_DIR
- echo "Commit log:" && git log --format=fuller -1

Expand Down

0 comments on commit d42bdb5

Please sign in to comment.