diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index e8d2d39..1a3dd9e 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -2,8 +2,6 @@ steps: - label: run-lint-and-specs-ruby-2.4 command: - - apt-get update - - apt-get install -y libarchive-dev - bundle install --jobs=7 --retry=3 --without docs debug - bundle exec rake expeditor: @@ -13,8 +11,6 @@ steps: - label: run-lint-and-specs-ruby-2.5 command: - - apt-get update - - apt-get install -y libarchive-dev - bundle install --jobs=7 --retry=3 --without docs debug - bundle exec rake expeditor: @@ -24,8 +20,6 @@ steps: - label: run-lint-and-specs-ruby-2.6 command: - - apt-get update - - apt-get install -y libarchive-dev - bundle install --jobs=7 --retry=3 --without docs debug - bundle exec rake expeditor: