1
0
mirror of https://github.com/IEEE-SB-Passau/pelican-deployment-system.git synced 2017-09-06 16:35:38 +02:00

we do not want git to ask anything

This commit is contained in:
2016-06-11 00:51:12 +02:00
parent 67c9a61f21
commit ed339034c0

View File

@@ -1,6 +1,11 @@
import os
if __name__ == "__main__": if __name__ == "__main__":
raise SystemExit("Not meant to be run directly!") raise SystemExit("Not meant to be run directly!")
# make sure git does not block giving pw prompts
os.environ["GIT_TERMINAL_PROMPT"] = "0"
RUNNERS = { RUNNERS = {
"website_master": { "website_master": {
"working_directory": "/tmp/test", "working_directory": "/tmp/test",