separate wiki update script
This commit is contained in:
@@ -21,13 +21,4 @@ upload linux/deb openra_${LINUXVERSION}_all.deb
|
||||
upload linux/rpm openra-${LINUXVERSION}-1.noarch.rpm
|
||||
upload linux/arch openra-${LINUXVERSION}-1-any.pkg.tar.xz
|
||||
|
||||
curl http://${SERVER}/home/syncdownloads
|
||||
|
||||
echo "Updating https://github.com/OpenRA/OpenRA/wiki/Traits"
|
||||
rm -rf openra-wiki
|
||||
git clone git@github.com:OpenRA/OpenRA.wiki.git openra-wiki
|
||||
cp -fr ../DOCUMENTATION.md openra-wiki/Traits.md
|
||||
cd openra-wiki
|
||||
git add Traits.md
|
||||
git commit -m "Update trait documentation"
|
||||
git push origin master
|
||||
curl http://${SERVER}/home/syncdownloads
|
||||
Reference in New Issue
Block a user