Tweak sharing links.
This commit is contained in:
parent
f3b24f2c66
commit
d8432c064b
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ mv rssguard.dmg rssguard-osx.dmg
|
||||||
|
|
||||||
ls -lha
|
ls -lha
|
||||||
|
|
||||||
git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git ./build-artifacts
|
|
||||||
git config --global credential.helper "store --file=github_credentials"
|
git config --global credential.helper "store --file=github_credentials"
|
||||||
echo "https://${GH_TOKEN}:@github.com" > github_credentials
|
echo "https://${GH_TOKEN}:x-oauth-basic@github.com" > github_credentials
|
||||||
git config --global user.email "rotter.martinos@gmail.com"
|
git config --global user.email "rotter.martinos@gmail.com"
|
||||||
git config --global user.name "martinrotter"
|
git config --global user.name "martinrotter"
|
||||||
|
git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git ./build-artifacts
|
||||||
|
|
||||||
ls -lha
|
ls -lha
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue