release.sh: pull website repository before
This commit is contained in:
parent
5ee679c514
commit
ad826f06da
|
@ -12,6 +12,12 @@ then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ! (cd ../i3.github.io && git pull)
|
||||||
|
then
|
||||||
|
echo "Could not update ../i3.github.io repository"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -e "RELEASE-NOTES-${RELEASE_VERSION}" ]
|
if [ ! -e "RELEASE-NOTES-${RELEASE_VERSION}" ]
|
||||||
then
|
then
|
||||||
echo "RELEASE-NOTES-${RELEASE_VERSION} not found."
|
echo "RELEASE-NOTES-${RELEASE_VERSION} not found."
|
||||||
|
|
Loading…
Reference in New Issue