fix wrong env variable
This commit is contained in:
parent
7bf8b75b11
commit
ba297f86aa
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ def get_deploy_message(repo):
|
|||
"\n" \
|
||||
"Build branch {branch} ({hexsha}) from {repo_name}" \
|
||||
.format(old_msg=old_msg,
|
||||
branch=os.environ['TRAVIS_BRANCH'],
|
||||
branch=os.environ['CI_COMMIT_REF_NAME'],
|
||||
hexsha=get_latest_commit(repo).hexsha[0:7],
|
||||
repo_name='kesslermaximilian/LatexPackages')
|
||||
|
|
Loading…
Add table
Reference in a new issue