diff options
author | Leif Johansson <leifj@sunet.se> | 2018-04-09 09:24:40 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2018-04-09 09:24:40 +0200 |
commit | 5a1183234b2d241e959c079026c19b290be85c8f (patch) | |
tree | 35e1ee9b58e021b0ca5c6039f354f02680dd3b29 /scripts | |
parent | 210d11cc1c675a171ee379b31573592fbca2b2f1 (diff) |
disable test instance - identical with 2016 production
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-cron.sh | 6 |
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 |