Skip to content

Commit dbb1999

Browse files
committed
fix assets clone
1 parent 2416f18 commit dbb1999

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ script:
1515
- "./gh-assets-clone.sh"
1616
- go run mage.go -v all
1717
- go run mage.go docker
18+
env:
19+
global:
20+
- GIT_ASSETS_BRANCH=assets
1821
branches:
1922
except:
2023
- assets

gh-assets-clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ ASSETS_DIR=".assets-branch"
1414

1515
# Clone the assets branch with the correct credentials
1616
git clone --single-branch -b "$GIT_ASSETS_BRANCH" \
17-
"https://${GIT_API_KEY}@github.com/${TRAVIS_REPO_SLUG}.git" "$ASSETS_DIR" || exit 1
17+
"https://github.com/${TRAVIS_REPO_SLUG}.git" "$ASSETS_DIR" || exit 1
1818

0 commit comments

Comments
 (0)