]> git.sur5r.net Git - i3/i3/commitdiff
release.sh: pull website repository before
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 30 Jul 2015 20:45:23 +0000 (22:45 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 30 Jul 2015 20:45:23 +0000 (22:45 +0200)
release.sh

index 03e8f0cc68ad8b49c10607815c4e594baabeb92d..1ca70754d25ec5eaa8118c0867063cad2360a660 100755 (executable)
@@ -12,6 +12,12 @@ then
        exit 1
 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}" ]
 then
        echo "RELEASE-NOTES-${RELEASE_VERSION} not found."