Skip to content

Commit

Permalink
Remove the libarchive install in BK
Browse files Browse the repository at this point in the history
I cargo culted this one over on accident

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jun 24, 2019
1 parent 5ac4c92 commit a4b4522
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit a4b4522

Please sign in to comment.