summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-03 17:32:02 -0700
committerTim Smith <tsmith@chef.io>2019-06-06 18:12:44 -0700
commit371ef3103203624d243f11bda75b3f802702e08e (patch)
treed875f84f6ea3d4d55641c0333a8bc3073325624b
parent2b3276a2d20b696b6da9d4f4b986eea6175c0525 (diff)
downloadmixlib-shellout-bk.tar.gz
Work around BK not having $USER setbk
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml3
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: