We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2416f18 commit dbb1999Copy full SHA for dbb1999
.travis.yml
@@ -15,6 +15,9 @@ script:
15
- "./gh-assets-clone.sh"
16
- go run mage.go -v all
17
- go run mage.go docker
18
+env:
19
+ global:
20
+ - GIT_ASSETS_BRANCH=assets
21
branches:
22
except:
23
- assets
gh-assets-clone.sh
@@ -14,5 +14,5 @@ ASSETS_DIR=".assets-branch"
14
# Clone the assets branch with the correct credentials
git clone --single-branch -b "$GIT_ASSETS_BRANCH" \
- "https://${GIT_API_KEY}@github.com/${TRAVIS_REPO_SLUG}.git" "$ASSETS_DIR" || exit 1
+ "https://github.com/${TRAVIS_REPO_SLUG}.git" "$ASSETS_DIR" || exit 1
0 commit comments