We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1dff07 commit 632f0f8Copy full SHA for 632f0f8
Dockerfile
@@ -2,7 +2,6 @@ FROM ruby:2.5
2
RUN ruby --version
3
RUN apt-get update && \
4
apt-get install cmake -y
5
-WORKDIR /tmp
6
7
RUN gem install plusbump --pre
8
plusbump.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
spec.license = "MIT"
16
17
spec.files = `git ls-files -z`.split("\x0").reject do |f|
18
- f.match(%r{^(test|spec|features)/})
+ f.match(%r{^(test|spec|features|jenkins-pipeline)/})
19
end
20
21
spec.bindir = "bin"
0 commit comments