From c7da57b7255eb327d342f4a7b3e2a68ddeb9d94d Mon Sep 17 00:00:00 2001 From: Björn Mattsson Date: Thu, 17 Dec 2020 16:00:42 +0100 Subject: Added make into script --- scripts/update-and-validate.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/update-and-validate.sh b/scripts/update-and-validate.sh index 9b1eca3e..800ccc8f 100755 --- a/scripts/update-and-validate.sh +++ b/scripts/update-and-validate.sh @@ -5,6 +5,11 @@ update() { # echo "git pull" git pull -q || return $? + + /var/www/scripts/updateWebb.bash + + make -f Makefile.validate + # echo #echo "make aggregate" -- cgit v1.2.3