From fccdf288e6fd0df26d91280c940d2cb1e236ea3d Mon Sep 17 00:00:00 2001 From: Song Song Li Date: Mon, 16 Nov 2020 11:01:41 +0800 Subject: [PATCH] fix release ff --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1a10e7bca60..8ee883a1d83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,9 @@ stages: before_script: - make init + - echo "https://${GITHUB_TOKEN}:x-oauth-basic@github.com" >> ~/.git-credentials + - export GOPRIVATE=github.com/open-cluster-management + - git config --global url."https://$GITHUB_TOKEN@github.com/open-cluster-management".insteadOf "https://github.com/open-cluster-management" jobs: include: