Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite567afb

Browse files
committed
Commits pushed via api will not be built
1 parentb75f03c commite567afb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎scripts/determine-build-type

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ if [[ "${TRAVIS_EVENT_TYPE}" == "push" ]]; then
99
fi
1010
elif [["${TRAVIS_EVENT_TYPE}"=="pull_request" ]];then
1111
echo pr
12+
elif [["${TRAVIS_EVENT_TYPE}"=="api" ]];then
13+
# do not build
14+
echo""
1215
elif [["${TRAVIS_EVENT_TYPE}"=="cron" ]];then
1316
echo push
1417
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp