Skip to content

Commit

Permalink
Make more debug-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jul 11, 2020
1 parent f45f87e commit 82f0409
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ci/publish-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@ windows)
TARGET=x86_64-pc-windows-gnu
# Enable symlinks used by some build.rs files
# source: https://stackoverflow.com/a/52097145/10242004
git config core.symlinks true
find -type l -delete
git reset --hard
(
set -x
git --version
git config core.symlinks true
find -type l -delete
git reset --hard
)
;;
*)
echo CI_OS_NAME unset
Expand Down

0 comments on commit 82f0409

Please sign in to comment.