mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
remove superfluous log
This commit is contained in:
parent
7134e87b32
commit
02f6a71e5b
@ -88,7 +88,7 @@ jekyll:
|
||||
BUNDLE_WITHOUT: test:coverage:assorted
|
||||
script:
|
||||
- apk --update add g++ make git
|
||||
- bundle install
|
||||
- bundle install --quiet
|
||||
- bundle exec rake prepare_website
|
||||
- bundle exec jekyll build -s www -d www/public
|
||||
artifacts:
|
||||
@ -108,7 +108,7 @@ coverage:
|
||||
image: "ruby:2.7-alpine"
|
||||
script:
|
||||
- apk --update add g++ make
|
||||
- bundle install
|
||||
- bundle install --quiet
|
||||
# this is a workaround, because simplecov doesn't support relative paths.
|
||||
#
|
||||
# https://github.com/simplecov-ruby/simplecov/issues/887
|
||||
|
5
spec.sh
5
spec.sh
@ -16,10 +16,7 @@ else
|
||||
extra="-f docker-compose-gitlab.yml -f docker-compose-${RUBY}-${VERSION}.yml"
|
||||
fi
|
||||
|
||||
docker-compose -f docker-compose.yml ${extra} -p ci build
|
||||
docker-compose -f docker-compose.yml ${extra} -p ci up \
|
||||
--exit-code-from httpx \
|
||||
--abort-on-container-exit
|
||||
docker-compose -f docker-compose.yml ${extra} -p ci run httpx
|
||||
|
||||
#
|
||||
#
|
||||
|
@ -20,7 +20,7 @@ mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
|
||||
gem install bundler -v="1.17.3" --no-doc --conservative
|
||||
cd /home
|
||||
|
||||
bundle install
|
||||
bundle install --quiet
|
||||
bundle exec rake test:ci
|
||||
|
||||
RET=$?
|
||||
|
Loading…
x
Reference in New Issue
Block a user