We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885bd9d commit 45869d3Copy full SHA for 45869d3
spec/acceptance/Dockerfile.entitlements-github-plugin
@@ -22,7 +22,7 @@ RUN gem install bundler
22
# Bootstrap files and caching for speed
23
COPY "vendor/cache/" "/data/entitlements/vendor/cache/"
24
COPY "script/" "/data/entitlements/script/"
25
-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/"]
26
RUN ./script/bootstrap
27
28
# Source Files
0 commit comments