From 371ef3103203624d243f11bda75b3f802702e08e Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 3 Jun 2019 17:32:02 -0700 Subject: Work around BK not having $USER set Signed-off-by: Tim Smith --- .expeditor/verify.pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit v1.2.1