Maintenance: Fix branch used for testing zammad-api-client-ruby.

This commit is contained in:
Martin Gruner 2021-08-18 09:19:38 +02:00
parent 92822b6713
commit 28bbd774c2

View file

@ -5,7 +5,7 @@ api_client_ruby:
- RAILS_ENV=test bundle exec rake db:create
- cp contrib/auto_wizard_test.json auto_wizard.json
- bundle exec rake zammad:ci:test:start
- git clone https://github.com/zammad/zammad-api-client-ruby.git -b mg/maintenance/inclusive-language
- git clone https://github.com/zammad/zammad-api-client-ruby.git
- cd zammad-api-client-ruby
- bundle update --bundler
- bundle install -j $(nproc)