Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Nov 2, 2022
1 parent 173d15a commit a6ac1a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion install/gosu.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -eo pipefail
set -exo pipefail

# copy from https://raw.githubusercontent.com/camptocamp/docker-odoo-project/master/install/gosu.sh

Expand Down
4 changes: 2 additions & 2 deletions install/shopinvader.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -eo pipefail
set -euxo pipefail

bundle install --without development
mkdir -p tmp log
chown 9999:9999 tmp log
bundle exec rake assets:precompile
RAILS_ENV=production bundle exec rake assets:precompile
rm -rf log/* tmp/*
4 changes: 2 additions & 2 deletions shopinvader/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
autoprefixer-rails (8.0.0)
execjs
aws-eventstream (1.2.0)
aws-partitions (1.653.0)
aws-partitions (1.654.0)
aws-sdk-core (3.166.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -565,7 +565,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yajl-ruby (1.3.1)
zeitwerk (2.6.2)
zeitwerk (2.6.4)

PLATFORMS
ruby
Expand Down

0 comments on commit a6ac1a1

Please sign in to comment.