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:
@@ -1,6 +1,11 @@
|
||||
import os
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit("Not meant to be run directly!")
|
||||
|
||||
# make sure git does not block giving pw prompts
|
||||
os.environ["GIT_TERMINAL_PROMPT"] = "0"
|
||||
|
||||
RUNNERS = {
|
||||
"website_master": {
|
||||
"working_directory": "/tmp/test",
|
||||
|
||||
Reference in New Issue
Block a user