summaryrefslogtreecommitdiff
path: root/.expeditor
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:50:09 -0700
commit6c55f32dfbe5d5f1d327341756c9821dfa08894b (patch)
tree2a1a5aef67feea46c90d7310d53892476dc8fe2b /.expeditor
parent2b3276a2d20b696b6da9d4f4b986eea6175c0525 (diff)
downloadmixlib-shellout-6c55f32dfbe5d5f1d327341756c9821dfa08894b.tar.gz
Work around BK not having $USER set
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-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: