Skip to content

Commit

Permalink
fix release ff (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
clyang82 committed Nov 16, 2020
2 parents 0ff28d1 + fccdf28 commit ba4b347
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ba4b347

Please sign in to comment.