Home
last modified time | relevance | path

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

/external/okhttp/.buildscript/
Ddeploy_snapshot.sh8 SLUG="square/okhttp"
14 if [ "$TRAVIS_REPO_SLUG" != "$SLUG" ]; then
15 …echo "Skipping snapshot deployment: wrong repository. Expected '$SLUG' but was '$TRAVIS_REPO_SLUG'…