Login if pushing only

This commit is contained in:
jpic
2020-01-31 19:57:17 +01:00
parent 897e069a11
commit d25d1cdb63
2 changed files with 10 additions and 6 deletions
+1
View File
@@ -17,6 +17,7 @@ from podctl.visitors import packages
packages.subprocess.check_call = mock.Mock()
os.environ['CACHE_DIR'] = '/test'
os.environ['CI'] = '1'
def script_test(name, *visitors):