OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRAVIS_BRANCH
(Results
1 - 11
of
11
) sorted by null
/external/volley/
publish-snapshot-on-commit.sh
5
[ "$
TRAVIS_BRANCH
" == "master" ]; then
/external/javapoet/.buildscript/
deploy_snapshot.sh
20
elif [ "$
TRAVIS_BRANCH
" != "$BRANCH" ]; then
21
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$
TRAVIS_BRANCH
'."
/external/okhttp/.buildscript/
deploy_snapshot.sh
20
elif [ "$
TRAVIS_BRANCH
" != "$BRANCH" ]; then
21
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$
TRAVIS_BRANCH
'."
/external/dagger2/util/
publish-snapshot-on-commit.sh
6
[ "$
TRAVIS_BRANCH
" == "master" ]; then
generate-latest-docs.sh
6
[ "$
TRAVIS_BRANCH
" == "master" ]; then
/external/harfbuzz_ng/.ci/
trigger-coverity.sh
7
if test x"$
TRAVIS_BRANCH
" != x"master"; then exit; fi
deploy-docs.sh
8
BRANCH="$
TRAVIS_BRANCH
"
/external/guice/util/
publish-snapshot-on-commit.sh
7
[ "$
TRAVIS_BRANCH
" == "master" ]; then
generate-latest-docs.sh
7
[ "$
TRAVIS_BRANCH
" == "master" ]; then
/external/python/oauth2client/scripts/
run_system_tests.sh
23
if [[ "${
TRAVIS_BRANCH
}" == "master" ]] && \
/external/jacoco/
.travis.sh
78
if [[ ${TRAVIS_PULL_REQUEST} == 'false' && ${
TRAVIS_BRANCH
} == 'master' ]]
Completed in 627 milliseconds