summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index b109acc4ba..86ff934af0 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -9,7 +9,7 @@ steps:
# - /workdir/scripts/bk_tests/bk_install.sh
# - sed '/ip6/d' /etc/hosts > /etc/hosts.noip6
# - cp /etc/hosts.noip6 /etc/hosts
-# - cd /workdir; bundle install --without ci docgen guard integration omnibus_package --frozen
+# - cd /workdir; bundle install --without docgen integration omnibus_package --frozen
# - bundle exec rake spec:integration
# expeditor:
# executor:
@@ -25,7 +25,7 @@ steps:
# - /workdir/scripts/bk_tests/bk_install.sh
# - sed '/ip6/d' /etc/hosts > /etc/hosts.noip6
# - cp /etc/hosts.noip6 /etc/hosts
-# - cd /workdir; bundle install --without ci docgen guard integration omnibus_package --frozen
+# - cd /workdir; bundle install --without docgen integration omnibus_package --frozen
# - bundle exec rake spec:functional
# expeditor:
# executor:
@@ -38,7 +38,7 @@ steps:
- label: "Unit Specs :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_install.sh
- - bundle install --without ci docgen guard integration omnibus_package --frozen
+ - bundle install --without docgen integration omnibus_package --frozen
- bundle exec rake spec:unit
- bundle exec rake component_specs
expeditor:
@@ -138,7 +138,7 @@ steps:
# - asdf local ruby 2.5.5
# - sed '/ip6/d' /etc/hosts > /etc/hosts.noip6
# - cp /etc/hosts.noip6 /etc/hosts
-# - bundle install --without ci docgen guard integration omnibus_package --frozen
+# - bundle install --without docgen integration omnibus_package --frozen
# - bundle exec rake spec:integration
# expeditor:
# executor:
@@ -154,7 +154,7 @@ steps:
# - /workdir/scripts/bk_tests/bk_install.sh
# - sed '/ip6/d' /etc/hosts > /etc/hosts.noip6
# - cp /etc/hosts.noip6 /etc/hosts
-# - bundle install --without ci docgen guard integration omnibus_package --frozen
+# - bundle install --without docgen integration omnibus_package --frozen
# - bundle exec rake spec:functional
# expeditor:
# executor:
@@ -168,7 +168,7 @@ steps:
commands:
- asdf local ruby 2.5.5
- /workdir/scripts/bk_tests/bk_install.sh
- - bundle install --without ci docgen guard integration omnibus_package --frozen
+ - bundle install --without docgen integration omnibus_package --frozen
- bundle exec rake spec:unit
- bundle exec rake component_specs
expeditor: