diff options
-rw-r--r-- | .expeditor/verify.pipeline.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index a3efc1c..e55244b 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -3,6 +3,7 @@ steps: - label: run-lint-and-specs-ruby-2.4 command: - asdf local ruby 2.4.5 + - export USER="root" - bundle install --jobs=7 --retry=3 - bundle exec rake expeditor: @@ -13,6 +14,7 @@ steps: command: - asdf local ruby 2.5.5 - bundle install --jobs=7 --retry=3 + - export USER="root" - bundle exec rake expeditor: executor: @@ -21,6 +23,7 @@ steps: - label: run-lint-and-specs-ruby-2.6 command: - asdf local ruby 2.6.3 + - export USER="root" - bundle install --jobs=7 --retry=3 - bundle exec rake expeditor: |