summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-08-24 13:13:22 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-08-24 13:13:22 -0700
commitf75f7d1036abde8eba236cb6a72fb65e7ba582a1 (patch)
tree9a5fdca8cb90fb38b872a3b57b2f583478360ba4 /.expeditor/verify.pipeline.yml
parent6986e83e9e50588d6176f2fe829c3b9a88571f5a (diff)
downloadchef-f75f7d1036abde8eba236cb6a72fb65e7ba582a1.tar.gz
bump a bunch of CI to main
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 9e3f0669ab..5bbfb25e9c 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -280,7 +280,7 @@ steps:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- - bundle exec tasks/bin/run_external_test chef/chef-zero master rake pedant
+ - bundle exec tasks/bin/run_external_test chef/chef-zero main rake pedant
expeditor:
executor:
docker:
@@ -294,7 +294,7 @@ steps:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- - bundle exec tasks/bin/run_external_test chef/cheffish master rake spec
+ - bundle exec tasks/bin/run_external_test chef/cheffish main rake spec
expeditor:
executor:
docker:
@@ -305,7 +305,7 @@ steps:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- - bundle exec tasks/bin/run_external_test chefspec/chefspec master rake
+ - bundle exec tasks/bin/run_external_test chefspec/chefspec main rake
expeditor:
executor:
docker:
@@ -316,7 +316,7 @@ steps:
- /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- - bundle exec tasks/bin/run_external_test chef/knife-windows master rake spec
+ - bundle exec tasks/bin/run_external_test chef/knife-windows main rake spec
expeditor:
executor:
docker:
@@ -329,7 +329,7 @@ steps:
- apt-get install -y graphviz
- bundle config set --local without omnibus_package
- bundle install --jobs=3 --retry=3 --path=vendor/bundle
- - bundle exec tasks/bin/run_external_test berkshelf/berkshelf master rake
+ - bundle exec tasks/bin/run_external_test berkshelf/berkshelf main rake
expeditor:
executor:
docker: