diff options
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 5bbfb25e9c..8df28bdd26 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -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 main rake + - bundle exec tasks/bin/run_external_test chefspec/chefspec master rake 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 main rake + - bundle exec tasks/bin/run_external_test berkshelf/berkshelf master rake expeditor: executor: docker: |