summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBjörn Mattsson <bjorn@sunet.se>2022-01-14 11:04:34 +0100
committerBjörn Mattsson <bjorn@sunet.se>2022-01-14 11:04:34 +0100
commit10a875d7f00e92c5ba1ace830a0ad83106830202 (patch)
treea331cd7bca8d7de3d397ec813efee73a7dd8db25 /scripts
parente41670270e04261d308c5df00280ec823cea9132 (diff)
Added update of Testresults during update
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-and-validate.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/update-and-validate.sh b/scripts/update-and-validate.sh
index 532de715..f455d61c 100755
--- a/scripts/update-and-validate.sh
+++ b/scripts/update-and-validate.sh
@@ -24,6 +24,9 @@ update()
# check URL:s
docker exec swamid-metadata-sp php /var/www/scripts/checkURLs.php
+
+ # update TestResults from release-check -> DB
+ docker exec swamid-metadata-sp php /var/www/scripts/updateTestResults.php
}
cd /opt/swamid-metadata || exit 1