mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-09-01 00:00:35 -04:00
don't need to reset the gemfile.lock in the container
This commit is contained in:
parent
712d0f604a
commit
c118924d6f
@ -3,9 +3,7 @@ apk --update add g++ make git bash
|
||||
export PATH=$GEM_HOME/bin:$BUNDLE_PATH/gems/bin:$PATH
|
||||
mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
|
||||
gem install bundler -v="1.16.1" --no-doc --conservative
|
||||
cd /home && touch Gemfile.lock && \
|
||||
rm Gemfile.lock && \
|
||||
bundle install --quiet --jobs 4 && \
|
||||
cd /home && bundle install --quiet --jobs 4 && \
|
||||
bundle exec rake test:ci
|
||||
|
||||
RET=$?
|
||||
|
Loading…
x
Reference in New Issue
Block a user