From 41c5e45f97118be202247007f8f3780dc92f6f13 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Tue, 1 May 2018 22:49:50 +0700 Subject: [PATCH] Correct repository name for docs --- travis/docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/docs.sh b/travis/docs.sh index 1f7ea32..ff4889d 100755 --- a/travis/docs.sh +++ b/travis/docs.sh @@ -2,7 +2,7 @@ set -e TAGNAME=$1 -GH_REF=github.com/aerokube/selenoid.git +GH_REF=github.com/aerokube/ggr-ui.git git config user.name "${TRAVIS_REPO_SLUG}" git config user.email "aerokube@aerokube.github.com" git remote add upstream "https://${GITHUB_TOKEN}@${GH_REF}"