1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-19 19:41:28 +00:00

fix hardcoded repo slug

This commit is contained in:
Evgeniy Sokolov 2018-02-12 23:10:54 +01:00
parent f08a2427eb
commit 6b6d53a624

View File

@ -12,7 +12,7 @@ commit_files() {
}
upload_files() {
git remote add origin-master https://${GH_TOKEN}@github.com/andreyors/de_faq.git > /dev/null 2>&1
git remote add origin-master https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git > /dev/null 2>&1
git push --quiet --set-upstream origin-master master
}