summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2018-04-09 09:24:40 +0200
committerLeif Johansson <leifj@sunet.se>2018-04-09 09:24:40 +0200
commit5a1183234b2d241e959c079026c19b290be85c8f (patch)
tree35e1ee9b58e021b0ca5c6039f354f02680dd3b29 /scripts
parent210d11cc1c675a171ee379b31573592fbca2b2f1 (diff)
disable test instance - identical with 2016 production
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-cron.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/update-cron.sh b/scripts/update-cron.sh
index a3c1d13d..f00daa03 100755
--- a/scripts/update-cron.sh
+++ b/scripts/update-cron.sh
@@ -18,9 +18,9 @@ update()
env SWAMID_MK_CONFIG=swamid2016.mk make || return $?
echo
- echo "make (2016 - test)"
- env SWAMID_MK_CONFIG=swamid2016-test.mk make # Allow this to fail
- echo
+ #echo "make (2016 - test)"
+ #env SWAMID_MK_CONFIG=swamid2016-test.mk make # Allow this to fail
+ #echo
}
cd /opt/swamid-metadata || exit 1