Skip to content

Commit

Permalink
Also do not include jenkins pipeline in gem package
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNielsen committed Oct 5, 2018
1 parent b1dff07 commit 632f0f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM ruby:2.5
RUN ruby --version
RUN apt-get update && \
apt-get install cmake -y
WORKDIR /tmp

RUN gem install plusbump --pre

Expand Down
2 changes: 1 addition & 1 deletion plusbump.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
f.match(%r{^(test|spec|features|jenkins-pipeline)/})
end

spec.bindir = "bin"
Expand Down

0 comments on commit 632f0f8

Please sign in to comment.