Skip to content

Commit

Permalink
Temporary workaround for omniauth Gemfile.lock incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstuart committed May 26, 2017
1 parent 105c701 commit 4227562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/build/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ if [[ -d ${GEM_CACHE_DIR} ]]; then
chown -R ${GITLAB_USER}: ${GITLAB_INSTALL_DIR}/vendor/cache
fi

exec_as_git bundle lock --update=omniauth-google-oauth2
exec_as_git bundle install -j$(nproc) --deployment --without development test aws

# make sure everything in ${GITLAB_HOME} is owned by ${GITLAB_USER} user
Expand Down

0 comments on commit 4227562

Please sign in to comment.