mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-20 20:46:21 +02:00
Update CI steps to use main script
This commit is contained in:
parent
eb4b1dfa05
commit
3448c6cb0d
3 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -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
0
build/deploy.sh
Normal file → Executable file
0
build/main.sh
Normal file → Executable file
0
build/main.sh
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue