[DEBUG] correct the project fullName
This commit is contained in:
parent
ace3301267
commit
dd3103a7c2
@ -78,7 +78,7 @@ else:
|
||||
if args.repo == "":
|
||||
args.repo = os.environ.get('TRAVIS_REPO_SLUG')
|
||||
if args.repo == None:
|
||||
args.repo = os.environ.get('CI_PROJECT_NAME')
|
||||
args.repo = os.environ.get('CI_PROJECT_PATH')
|
||||
if args.repo == None:
|
||||
print("[ERROR] (local) missing 'repo' parameter can not get travis env variable")
|
||||
exit(-2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user