mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
case "$TRAVIS_EVENT_TYPE" in
|
|
cron ) script/remote-sync;;
|
|
* ) script/test;;
|
|
esac
|