mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-21 21:16:20 +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:
|
install:
|
||||||
- gem install awesome_bot
|
- gem install awesome_bot
|
||||||
before_script:
|
before_script:
|
||||||
- echo $GH_TOKEN
|
|
||||||
script:
|
|
||||||
- this-wont-run
|
|
||||||
after_success:
|
|
||||||
- cd build
|
- cd build
|
||||||
- sh build.sh
|
script:
|
||||||
- sh deploy.sh
|
- 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