OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRAVIS_REPO_SLUG
(Results
1 - 9
of
9
) sorted by null
/external/volley/
publish-snapshot-on-commit.sh
3
if [ "$
TRAVIS_REPO_SLUG
" == "google/volley" ] && \
/external/javapoet/.buildscript/
deploy_snapshot.sh
14
if [ "$
TRAVIS_REPO_SLUG
" != "$SLUG" ]; then
15
echo "Skipping snapshot deployment: wrong repository. Expected '$SLUG' but was '$
TRAVIS_REPO_SLUG
'."
/external/okhttp/.buildscript/
deploy_snapshot.sh
14
if [ "$
TRAVIS_REPO_SLUG
" != "$SLUG" ]; then
15
echo "Skipping snapshot deployment: wrong repository. Expected '$SLUG' but was '$
TRAVIS_REPO_SLUG
'."
/external/dagger2/util/
publish-snapshot-on-commit.sh
3
if [ "$
TRAVIS_REPO_SLUG
" == "google/dagger" ] && \
generate-latest-docs.sh
3
if [ "$
TRAVIS_REPO_SLUG
" == "google/dagger" ] && \
/external/fonttools/.travis/
after_success.sh
14
if [ -n "$TRAVIS_TAG" ] && [ "$
TRAVIS_REPO_SLUG
" == "fonttools/fonttools" ] && [ "$BUILD_DIST" == true ]; then
/external/guice/util/
publish-snapshot-on-commit.sh
3
if [ "$
TRAVIS_REPO_SLUG
" == "google/guice" ] && \
generate-latest-docs.sh
3
if [ "$
TRAVIS_REPO_SLUG
" == "google/guice" ] && \
/external/harfbuzz_ng/.ci/
run-coveralls.sh
6
if test x"$
TRAVIS_REPO_SLUG
" != x"harfbuzz/harfbuzz"; then exit; fi
Completed in 1242 milliseconds