Searched refs:TRAVIS_REPO_SLUG (Results 1 – 13 of 13) sorted by relevance
28 GH_REPO_NAME=$(echo $TRAVIS_REPO_SLUG | awk -F/ '{print $2}')50 git clone -b gh-pages https://git@github.com/$TRAVIS_REPO_SLUG96 git push --force "https://${GH_DOC_TOKEN}@github.com/${TRAVIS_REPO_SLUG}" > /dev/null 2>&1
14 if [ "$TRAVIS_REPO_SLUG" != "$SLUG" ]; then15 …echo "Skipping snapshot deployment: wrong repository. Expected '$SLUG' but was '$TRAVIS_REPO_SLUG'…
11 if [ -z "$TRAVIS_REPO_SLUG" ]41 REQUEST+=" -H \"Authorization: $OCTOPATCH_API_TOKEN\" api.octopatch.io/api/pulls/$TRAVIS_REPO_SLUG/…
3 if [ "$TRAVIS_REPO_SLUG" == "google/volley" ] && \
14 if [ -n "$TRAVIS_TAG" ] && [ "$TRAVIS_REPO_SLUG" == "fonttools/fonttools" ] && [ "$BUILD_DIST" == t…
5 if [ "$TRAVIS_REPO_SLUG" == "google/dagger" ] && \
12 if [ "$TRAVIS_REPO_SLUG" == "google/guava" ] && \
7 if [ "$TRAVIS_REPO_SLUG" == "google/guava" ] && \
3 if [ "$TRAVIS_REPO_SLUG" == "google/guice" ] && \
6 if test x"$TRAVIS_REPO_SLUG" != x"harfbuzz/harfbuzz"; then exit; fi