diff options
Diffstat (limited to 'scripts/ci/steps')
-rw-r--r-- | scripts/ci/steps/20-sdist.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/ci/steps/20-sdist.sh b/scripts/ci/steps/20-sdist.sh index 329aa86..8424608 100644 --- a/scripts/ci/steps/20-sdist.sh +++ b/scripts/ci/steps/20-sdist.sh @@ -12,3 +12,9 @@ if [ -d cabal-plan/ ]; then fi cd "$source_dir" + +git init +git config --local user.email "$USER@$(hostname)" +git config --local user.name "cabal-helper CI" +git add --all +git commit -m . |