7460: c97qk doesnt need mailchimp deployed. this caused deploy to fail in Ubuntu
authorNico Cesar <nico@curoverse.com>
Wed, 7 Oct 2015 14:09:16 +0000 (10:09 -0400)
committerNico Cesar <nico@curoverse.com>
Wed, 7 Oct 2015 14:09:16 +0000 (10:09 -0400)
refs #7460

jenkins/run-deploy.sh

index 06680a001b67c1ef05c98b3aa0654509b476ae3b..8762aae2725c0bf35acb88fc8fc37c0d998efffd 100755 (executable)
@@ -145,8 +145,11 @@ run_puppet $IDENTIFIER.arvadosapi.com ECODE
 SUM_ECODE=$(($SUM_ECODE + $ECODE))
 run_command $IDENTIFIER.arvadosapi.com ECODE "/usr/local/bin/arvados-api-server-upgrade.sh"
 SUM_ECODE=$(($SUM_ECODE + $ECODE))
-run_command $IDENTIFIER.arvadosapi.com ECODE "dpkg -L arvados-mailchimp-plugin 2>/dev/null && apt-get install arvados-mailchimp-plugin --reinstall || echo"
-SUM_ECODE=$(($SUM_ECODE + $ECODE))
+if [ ! "$IDENTIFIER" = "c97qk" ]
+then
+  run_command $IDENTIFIER.arvadosapi.com ECODE "dpkg -L arvados-mailchimp-plugin 2>/dev/null && apt-get install arvados-mailchimp-plugin --reinstall || echo"
+  SUM_ECODE=$(($SUM_ECODE + $ECODE))
+fi
 
 if [[ "$SUM_ECODE" != "0" ]]; then
   title "ERROR: Updating API server FAILED"