We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e46a94 commit 8e021abCopy full SHA for 8e021ab
1 file changed
.travis.yml
@@ -3,7 +3,7 @@ node_js:
3
- '4'
4
script:
5
# clone gh-pages
6
-- git clone -b master https://${GH_TOKEN}@${TARGET_REPO} dist
+- git clone -b master https://igniteui-deploy:${GH_TOKEN}@${TARGET_REPO} dist
7
8
# wipe content in target folder
9
- rm -rf dist/${TRAVIS_BRANCH}
@@ -19,7 +19,7 @@ script:
19
# commit
20
- git add --all
21
- if [ -n "$(git status --porcelain)" ]; then git commit -m "Samples for ${TRAVIS_BRANCH} ${TRAVIS_TAG}"; fi
22
-- git push -fq origin master --tags
+- git push -fq https://igniteui-deploy:${GH_TOKEN}@${TARGET_REPO} master
23
24
# whitelist match only xx.x version branches
25
branches:
0 commit comments