Add sleep to print entire log

This commit is contained in:
tritoch 2017-06-27 23:32:37 -05:00 committed by GitHub
parent 883af49ac8
commit 88501f8ce2

View File

@ -5,6 +5,8 @@ before_install:
install:
- pip install -r requirements.txt
script: bash ./deploy.sh
after_script:
- sleep 10
notifications:
email: false
webhooks: