mirror of
https://github.com/ru-de/faq.git
synced 2024-11-22 10:22:20 +00:00
fix hardcoded repo slug
This commit is contained in:
parent
f08a2427eb
commit
6b6d53a624
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user