Skip to content

Commit

Permalink
[BUGFIX] Fix error "detected dubious ownership in repository at '/git…
Browse files Browse the repository at this point in the history
…hub/workspace'"
  • Loading branch information
galoppi committed Jun 7, 2024
1 parent 6c25bff commit 4405db0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash

echo -e "Preparing git configuration (safe.directory)\n";

git config --global --add safe.directory $PWD

echo -e "Preparing upload of release ${GITHUB_REF#refs/tags/} to TER\n";

# Prepare Tag information
Expand Down

0 comments on commit 4405db0

Please sign in to comment.