Skip to content
Snippets Groups Projects
Verified Commit f2e8c929 authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

[ci] debug

parent a63e7434
No related branches found
No related tags found
No related merge requests found
Pipeline #323163 failed
......@@ -22,7 +22,9 @@ while [ $# -gt 0 ]; do
esac
done
echo "$CI"
[ "x${CI}" = "xtrue" ] && {
echo "Setting up git in CI"
git config --global --add safe.directory "$PWD"
git config user.email "ci@repo.data.kit.edu"
git config user.name "cicd"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment