mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-14 17:46:50 +02:00
update pip install for build-bot
This commit is contained in:
parent
504bd3d417
commit
7a54d2af6f
2 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
language: node_js
|
language: python
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
before_install:
|
before_install:
|
||||||
- rvm install 2.4.0
|
- rvm install 2.4.0
|
||||||
install:
|
install:
|
||||||
- gem install httparty ruby-progressbar
|
- gem install httparty ruby-progressbar
|
||||||
|
- pip install build-bot
|
||||||
before_script:
|
before_script:
|
||||||
- cd build
|
- cd build
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -22,7 +22,7 @@ echo "running format validation..."
|
||||||
./validate_format.rb $FORMAT_FILE > format_results.txt
|
./validate_format.rb $FORMAT_FILE > format_results.txt
|
||||||
if [[ $? != 0 ]]; then
|
if [[ $? != 0 ]]; then
|
||||||
echo "format validation failed!"
|
echo "format validation failed!"
|
||||||
cat format_results.txt | build_bot
|
cat format_results.txt | build_bot.py
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "format validation passed!"
|
echo "format validation passed!"
|
||||||
|
@ -31,7 +31,7 @@ echo "running link validation..."
|
||||||
./validate_links.rb $LINK_FILE
|
./validate_links.rb $LINK_FILE
|
||||||
if [[ $? != 0 ]]; then
|
if [[ $? != 0 ]]; then
|
||||||
echo "link validation failed!"
|
echo "link validation failed!"
|
||||||
echo "link(s) were unavailible during the build. Please verfiy that they are valid." | build_bot
|
echo "link(s) were unavailible during the build. Please verfiy that they are valid." | build_bot.py
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "link validation passed!"
|
echo "link validation passed!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue