summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-10-05 15:32:53 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-10-05 19:13:28 -0700
commit49c39e401c27771c467d95855e14f81dd8062be5 (patch)
treebfafa38dfe65f02b843e4f671b654696f197ffe6
parent71a37933b5bb234fcc6042df0d9e88c64dd12be2 (diff)
downloadchef-lcg/learnchef-tests.tar.gz
fix commit env varlcg/learnchef-tests
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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