mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-09 00:02:50 -04:00
indent
This commit is contained in:
parent
2ff94fd708
commit
bc6f3ea85b
@ -1,6 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
apk update && apk upgrade
|
apk update && apk upgrade
|
||||||
apk add --no-cache g++ make git bash
|
apk add --no-cache g++ make git bash
|
||||||
cd /home && touch Gemfile.lock && rm Gemfile.lock && bundle install && bundle exec rake test:ci
|
cd /home && touch Gemfile.lock && \
|
||||||
|
rm Gemfile.lock && \
|
||||||
|
bundle install && \
|
||||||
|
bundle exec rake test:ci
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user