Home
last modified time | relevance | path

Searched refs:TRAVIS_REPO_SLUG (Results 1 – 13 of 13) sorted by relevance

/external/libiio/src/CI/travis/
DgenerateDocumentationAndDeploy.sh.in28 GH_REPO_NAME=$(echo $TRAVIS_REPO_SLUG | awk -F/ '{print $2}')
50 git clone -b gh-pages https://git@github.com/$TRAVIS_REPO_SLUG
96 git push --force "https://${GH_DOC_TOKEN}@github.com/${TRAVIS_REPO_SLUG}" > /dev/null 2>&1
/external/javapoet/.buildscript/
Ddeploy_snapshot.sh14 if [ "$TRAVIS_REPO_SLUG" != "$SLUG" ]; then
15 …echo "Skipping snapshot deployment: wrong repository. Expected '$SLUG' but was '$TRAVIS_REPO_SLUG'…
/external/okhttp/.buildscript/
Ddeploy_snapshot.sh14 if [ "$TRAVIS_REPO_SLUG" != "$SLUG" ]; then
15 …echo "Skipping snapshot deployment: wrong repository. Expected '$SLUG' but was '$TRAVIS_REPO_SLUG'…
/external/javaparser/
Dfixup.sh11 if [ -z "$TRAVIS_REPO_SLUG" ]
41 REQUEST+=" -H \"Authorization: $OCTOPATCH_API_TOKEN\" api.octopatch.io/api/pulls/$TRAVIS_REPO_SLUG/…
/external/volley/
Dpublish-snapshot-on-commit.sh3 if [ "$TRAVIS_REPO_SLUG" == "google/volley" ] && \
/external/fonttools/.travis/
Dafter_success.sh14 if [ -n "$TRAVIS_TAG" ] && [ "$TRAVIS_REPO_SLUG" == "fonttools/fonttools" ] && [ "$BUILD_DIST" == t…
/external/dagger2/util/
Dpublish-snapshot-on-commit.sh5 if [ "$TRAVIS_REPO_SLUG" == "google/dagger" ] && \
Dgenerate-latest-docs.sh5 if [ "$TRAVIS_REPO_SLUG" == "google/dagger" ] && \
/external/guava/util/
Ddeploy_snapshot.sh12 if [ "$TRAVIS_REPO_SLUG" == "google/guava" ] && \
Dupdate_snapshot_docs.sh7 if [ "$TRAVIS_REPO_SLUG" == "google/guava" ] && \
/external/guice/util/
Dpublish-snapshot-on-commit.sh3 if [ "$TRAVIS_REPO_SLUG" == "google/guice" ] && \
Dgenerate-latest-docs.sh3 if [ "$TRAVIS_REPO_SLUG" == "google/guice" ] && \
/external/harfbuzz_ng/.ci/
Drun-coveralls.sh6 if test x"$TRAVIS_REPO_SLUG" != x"harfbuzz/harfbuzz"; then exit; fi