Commit 3448c6cb authored by Dave Machado's avatar Dave Machado
Browse files

Update CI steps to use main script

parent eb4b1dfa
...@@ -6,10 +6,10 @@ before_install: ...@@ -6,10 +6,10 @@ before_install:
install: install:
- gem install awesome_bot - gem install awesome_bot
before_script: before_script:
- echo $GH_TOKEN - cd build
script: script:
- this-wont-run - main.sh
after_success: after_success:
- cd build - build.sh
- sh build.sh - deploy.sh
- sh deploy.sh
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment