Update CI steps to use main script

This commit is contained in:
Dave Machado 2017-07-10 01:05:15 -04:00
parent eb4b1dfa05
commit 3448c6cb0d
3 changed files with 6 additions and 6 deletions

View File

@ -6,10 +6,10 @@ before_install:
install:
- gem install awesome_bot
before_script:
- echo $GH_TOKEN
script:
- this-wont-run
after_success:
- cd build
- sh build.sh
- sh deploy.sh
script:
- main.sh
after_success:
- build.sh
- deploy.sh

0
build/deploy.sh Normal file → Executable file
View File

0
build/main.sh Normal file → Executable file
View File