File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6969 bundle config set --local without 'development test' && \
7070 bundle config force_ruby_platform true && \
7171 bundle install && \
72+ touch db/schema.rb && \
7273 DATABASE_URL="nulldb://user:pass@localhost/db" \
7374 SECRET_KEY_BASE="placeholder" \
7475 bundle exec rake assets:precompile && \
76+ rm db/schema.rb && \
7577 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
7678 echo "**** cleanup ****" && \
7779 yarn cache clean && \
Original file line number Diff line number Diff line change 6969 bundle config set --local without 'development test' && \
7070 bundle config force_ruby_platform true && \
7171 bundle install && \
72+ touch db/schema.rb && \
7273 DATABASE_URL="nulldb://user:pass@localhost/db" \
7374 SECRET_KEY_BASE="placeholder" \
7475 bundle exec rake assets:precompile && \
76+ rm db/schema.rb && \
7577 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
7678 echo "**** cleanup ****" && \
7779 yarn cache clean && \
You can’t perform that action at this time.
0 commit comments