Skip to content

Commit

Permalink
Merge pull request #21 from StemboltHQ/bundle_install_fix
Browse files Browse the repository at this point in the history
Set bundler config owner to ci user
  • Loading branch information
jhawthorn authored Mar 1, 2018
2 parents 84c20b9 + 05bd991 commit 0c34fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@ cat > "$BUNDLE_APP_CONFIG/config" <<EOF
BUNDLE_MIRROR__HTTPS://RUBYGEMS__ORG/: https://gems.stembolt.io/
BUNDLE_MIRROR__HTTP://RUBYGEMS__ORG/: https://gems.stembolt.io/
EOF
chown ci:ci "$BUNDLE_APP_CONFIG/config"

exec gosu ci bash /run_test.sh "$@"

0 comments on commit 0c34fbf

Please sign in to comment.