diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2020-12-17 16:00:42 +0100 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2020-12-17 16:00:42 +0100 |
commit | c7da57b7255eb327d342f4a7b3e2a68ddeb9d94d (patch) | |
tree | fa81cc908b88c447711a7b11ebf09793f4816125 /scripts | |
parent | 7ec269176f35103e7df8a487c30fe209eb8bfbff (diff) |
Added make into script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-and-validate.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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" |