summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-01-09 11:59:00 -0800
committerJohn <john.mccrae@progress.com>2023-01-09 11:59:00 -0800
commit887ca500df122a59066ad2a2147d972fbe1be78b (patch)
tree8e352d079ded17beebe1d33d530d7c05006418d0
parent01d3e4d8fa875cb51c65c2e700082aa71c9aebdd (diff)
downloadchef-887ca500df122a59066ad2a2147d972fbe1be78b.tar.gz
Rewriting the zypper code to run only on openSUSE 15
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--.expeditor/verify.pipeline.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index dd21f83049..2069873802 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -129,13 +129,13 @@ steps:
image: rubydistros/centos-7:2.7
- label: "Integration openSUSE 15 :ruby: 2.7"
- run: |
- /workdir/.expeditor/scripts/bk_container_prep.sh
- /workdir/.expeditor/scripts/zypper_prep.sh
- zypper install -y cron insserv-compat
- cd /workdir; bundle config set --local without omnibus_package
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle
- bundle exec rake spec:integration
+ commands:
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/zypper_prep.sh
+ - zypper install -y cron insserv-compat
+ - cd /workdir; bundle config set --local without omnibus_package
+ - cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle
+ - bundle exec rake spec:integration
expeditor:
executor:
docker: