Home
last modified time | relevance | path

Searched full:travis_repo_slug (Results 1 – 25 of 30) sorted by relevance

12

/external/javaparser/
Dfixup.sh11 if [ -z "$TRAVIS_REPO_SLUG" ]
13 echo "There is not TRAVIS_REPO_SLUG defined"
41 REQUEST+=" -H \"Authorization: $OCTOPATCH_API_TOKEN\" api.octopatch.io/api/pulls/$TRAVIS_REPO_SLUG/…
/external/libiio/src/CI/travis/
DgenerateDocumentationAndDeploy.sh.in18 # the gh-pages branch of a repository specified by $TRAVIS_REPO_SLUG
28 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/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/lottie/
Ddeploy_snapshot.sh14 if [ "$TRAVIS_REPO_SLUG" != "$SLUG" ]; then
15 …echo "Skipping snapshot deployment: wrong repository. Expected '$SLUG' but was '$TRAVIS_REPO_SLUG'…
Dpost_pr_comment.js3 if (!process.env.TRAVIS_REPO_SLUG) {
13 path: `/repos/${process.env.TRAVIS_REPO_SLUG}/issues/${process.env.TRAVIS_PULL_REQUEST}/comments`,
Ddecrypt.sh1 if [ "$TRAVIS_REPO_SLUG" != "airbnb/lottie-android" ]; then
/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/libpcap/
D.travis.yml71 # TRAVIS_REPO_SLUG: owner_name/repo_name of repository currently being built
73 …build_script_url: https://raw.githubusercontent.com/$TRAVIS_REPO_SLUG/$TRAVIS_BRANCH/.travis-cover…
76 name: $TRAVIS_REPO_SLUG
/external/tpm2-tss/.ci/
Ddocker.env10 TRAVIS_REPO_SLUG
Dcoverity.run30 echo "Description: $TRAVIS_REPO_SLUG $TRAVIS_BRANCH" >> README
/external/volley/
Dpublish-snapshot-on-commit.sh3 if [ "$TRAVIS_REPO_SLUG" == "google/volley" ] && \
/external/harfbuzz_ng/.ci/
Drun-coveralls.sh6 if test x"$TRAVIS_REPO_SLUG" != x"harfbuzz/harfbuzz"; then exit; fi
/external/jimfs/util/
Ddeploy_snapshot.sh7 if [ "$TRAVIS_REPO_SLUG" == "google/jimfs" ] && \
Dupdate_snapshot_docs.sh7 if [ "$TRAVIS_REPO_SLUG" == "google/jimfs" ] && \
/external/auto/util/
Dpublish-snapshot-on-commit.sh3 if [ "$TRAVIS_REPO_SLUG" == "google/auto" ] && \
Dgenerate-latest-docs.sh3 if [ "$TRAVIS_REPO_SLUG" == "google/auto" ] && \
/external/rust/crates/lru-cache/
Ddeploy-docs.sh12 git remote add upstream "https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git"
/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/python/pyfakefs/.travis/
Ddocker_tests.sh7 …export REPO_SLUG=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_REPO_SLUG; else ech…
/external/rust/crates/unicode-segmentation/
D.travis.yml18 git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
/external/google-java-format/util/
Dpublish-snapshot-on-commit.sh17 if [ "$TRAVIS_REPO_SLUG" == "google/google-java-format" ] && \
/external/rust/crates/unicode-width/
D.travis.yml22 git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages

12