summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Chisamore <schisamo@chef.io>2016-05-10 12:52:22 -0400
committerSeth Chisamore <schisamo@chef.io>2016-05-10 12:52:22 -0400
commitc74a1de0731bf673ffd6321dad4051abfaf11461 (patch)
tree68f4cd6cd480073b006f70f4a99fea562606022b
parent25830c578c54d63ca3cd290e51710e048c3378f8 (diff)
downloadchef-c74a1de0731bf673ffd6321dad4051abfaf11461.tar.gz
Add `KITCHEN_CHEF_CHANNEL` value now `ARTIFACTORY_USERNAME` that was removed
See https://github.com/chef/chef/blob/master/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb#L19
-rwxr-xr-xci/verify-chef.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/verify-chef.sh b/ci/verify-chef.sh
index 0f4d662a8f..1f2413a07e 100755
--- a/ci/verify-chef.sh
+++ b/ci/verify-chef.sh
@@ -103,7 +103,7 @@ if [ "x$ACCEPTANCE" != "x" ]; then
sudo env PATH=$PATH AWS_SSH_KEY_ID=$AWS_SSH_KEY_ID pwd
sudo env PATH=$PATH AWS_SSH_KEY_ID=$AWS_SSH_KEY_ID bundle config
sudo env PATH=$PATH AWS_SSH_KEY_ID=$AWS_SSH_KEY_ID bundle install
- sudo env PATH=$PATH AWS_SSH_KEY_ID=$AWS_SSH_KEY_ID KITCHEN_DRIVER=ec2 bundle exec chef-acceptance test --force-destroy --data-path $WORKSPACE/chef-acceptance-data
+ sudo env PATH=$PATH AWS_SSH_KEY_ID=$AWS_SSH_KEY_ID KITCHEN_DRIVER=ec2 KITCHEN_CHEF_CHANNEL=unstable bundle exec chef-acceptance test --force-destroy --data-path $WORKSPACE/chef-acceptance-data
else
PATH=/opt/$PROJECT_NAME/bin:/opt/$PROJECT_NAME/embedded/bin:$PATH
export PATH