mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-31 00:02:45 -05:00
setting path as bundler config
This commit is contained in:
parent
c73d6ff3d9
commit
386765f003
@ -13,7 +13,9 @@ fi
|
||||
export PATH=$GEM_HOME/bin:$BUNDLE_PATH/gems/bin:$PATH
|
||||
mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
|
||||
gem install bundler -v="1.17.3" --no-doc --conservative
|
||||
cd /home && bundle install --jobs 4 --path vendor && \
|
||||
cd /home && \
|
||||
bundle config set path 'vendor' && \
|
||||
bundle install --jobs 4 && \
|
||||
bundle exec rake test:ci
|
||||
|
||||
RET=$?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user