Skip to content

Commit

Permalink
Updated verify script to ignore the integration group from gem while …
Browse files Browse the repository at this point in the history
…doing bundle install as we don't have any integration test running and we don't want any dependency on chef and berkshef

Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com>
  • Loading branch information
Vasu1105 committed Oct 16, 2023
1 parent 0650aea commit 6c19a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .expeditor/buildkite/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ bundle --version

echo "--- bundle install"
bundle config --local path vendor/bundle
bundle config --local without integration tools
bundle install --jobs=7 --retry=3

echo "+++ bundle exec rake"
Expand Down

0 comments on commit 6c19a55

Please sign in to comment.