Skip to content

Commit

Permalink
use version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Aug 28, 2023
1 parent 885bd9d commit 45869d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/Dockerfile.entitlements-github-plugin
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN gem install bundler
# Bootstrap files and caching for speed
COPY "vendor/cache/" "/data/entitlements/vendor/cache/"
COPY "script/" "/data/entitlements/script/"
COPY [".rubocop.yml", ".ruby-version", "entitlements-github-plugin.gemspec", "Gemfile", "Gemfile.lock", "VERSION", "/data/entitlements/"]
COPY [".rubocop.yml", ".ruby-version", "entitlements-github-plugin.gemspec", "Gemfile", "Gemfile.lock", "lib/version.rb", "/data/entitlements/"]
RUN ./script/bootstrap

# Source Files
Expand Down

0 comments on commit 45869d3

Please sign in to comment.