Skip to content
Snippets Groups Projects
Commit c15104ba authored by Giovanni Bussi's avatar Giovanni Bussi Committed by Giovanni
Browse files

Small change to pushdoc

@valsson what about hardcoding the current variables in case
environment is not defined?

The point is that env var set on travis are not visible, so at some point
we could even forget what are the right settings.
parent c8a9bcff
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,15 @@ This is an auto redirect page. ...@@ -54,6 +54,15 @@ This is an auto redirect page.
</html> </html>
EOF EOF
if test -z "${GIT_BOT}"
then
export GIT_BOT=plumedbot
fi
if test -z "${GIT_BOT_EMAIL}"
then
export GIT_BOT_EMAIL=giovanni.bussi+plumedbot@gmail.com
fi
git init git init
git config user.email "${GIT_BOT_EMAIL}" git config user.email "${GIT_BOT_EMAIL}"
......
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