summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kitchen-tests/.kitchen.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/.kitchen.appveyor.yml b/kitchen-tests/.kitchen.appveyor.yml
index 779dc195a4..0bc034d328 100644
--- a/kitchen-tests/.kitchen.appveyor.yml
+++ b/kitchen-tests/.kitchen.appveyor.yml
@@ -16,7 +16,7 @@ provisioner:
chef_omnibus_install_options: "-c current"
github_owner: "chef"
github_repo: "chef"
- refname: <%= ENV['TRAVIS_COMMIT'] %>
+ refname: <%= ENV['APPVEYOR_REPO_COMMIT'] %>
github_access_token: <%= ENV['KITCHEN_GITHUB_TOKEN'] %>
data_path: test/fixtures
# disable file provider diffs so we don't overflow travis' line limit