Skip to content

Commit

Permalink
upload: fix reference to AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Mar 22, 2016
1 parent c5276cd commit 3197096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maintenance/upload-cache-to-github.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ def try_create_new_file(self, local_path, github_path):
# * http://www.appveyor.com/docs/environment-variables
message += 'AppVeyor:\n'
job_url = 'https://ci.appveyor.com/project/{}/{}/build/{}/job/{}'.format(
self.repo_owner,
self.repo,
os.getenv('APPVEYOR_ACCOUNT_NAME'),
os.getenv('APPVEYOR_PROJECT_SLUG'),
os.getenv('APPVEYOR_BUILD_VERSION'),
os.getenv('APPVEYOR_JOB_ID')
)
Expand Down

0 comments on commit 3197096

Please sign in to comment.