[DEBUG] correct the project fullName

This commit is contained in:
Edouard DUPIN 2018-01-09 17:07:31 +01:00
parent ace3301267
commit dd3103a7c2

View File

@ -78,7 +78,7 @@ else:
if args.repo == "": if args.repo == "":
args.repo = os.environ.get('TRAVIS_REPO_SLUG') args.repo = os.environ.get('TRAVIS_REPO_SLUG')
if args.repo == None: if args.repo == None:
args.repo = os.environ.get('CI_PROJECT_NAME') args.repo = os.environ.get('CI_PROJECT_PATH')
if args.repo == None: if args.repo == None:
print("[ERROR] (local) missing 'repo' parameter can not get travis env variable") print("[ERROR] (local) missing 'repo' parameter can not get travis env variable")
exit(-2) exit(-2)