Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 25, 2024
1 parent 2adefa7 commit 96afe78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/jenkins/ensuregit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ if ! test -f src/nitc.nit; then
fi

set -x
git config --global --add safe.directory /__w/nit/nit
git config --global --add safe.directory "$PWD"
if [ -d .git ]; then
git remote set-url origin https://github.com/nitlang/nit.git
git fetch origin
Expand Down

0 comments on commit 96afe78

Please sign in to comment.