Skip to content

Commit 45869d3

Browse files
committed
use version.rb
1 parent 885bd9d commit 45869d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/Dockerfile.entitlements-github-plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN gem install bundler
2222
# Bootstrap files and caching for speed
2323
COPY "vendor/cache/" "/data/entitlements/vendor/cache/"
2424
COPY "script/" "/data/entitlements/script/"
25-
COPY [".rubocop.yml", ".ruby-version", "entitlements-github-plugin.gemspec", "Gemfile", "Gemfile.lock", "VERSION", "/data/entitlements/"]
25+
COPY [".rubocop.yml", ".ruby-version", "entitlements-github-plugin.gemspec", "Gemfile", "Gemfile.lock", "lib/version.rb", "/data/entitlements/"]
2626
RUN ./script/bootstrap
2727

2828
# Source Files

0 commit comments

Comments
 (0)