We now have improved mailchimp plugin packaging, this hack is no longer needed.
authorWard Vandewege <ward@curoverse.com>
Fri, 23 Dec 2016 13:39:02 +0000 (08:39 -0500)
committerWard Vandewege <ward@curoverse.com>
Fri, 23 Dec 2016 13:39:02 +0000 (08:39 -0500)
refs #9982

jenkins/run-deploy.sh

index c0b817fd6e4495b96795a005bd6744cede918920..37654e8ae9a4500ac8724384cc1065008f8a8511 100755 (executable)
@@ -189,11 +189,6 @@ title "Updating API server"
 SUM_ECODE=0
 run_puppet $IDENTIFIER.arvadosapi.com ECODE
 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"