From 211b5c1e8a86fe9f3a6704f76120e2fed78a9247 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 11 Jan 2016 17:17:09 -0500 Subject: [PATCH] 8014: Rails upgrade scripts are removed; don't run them in deploy script. --- jenkins/run-deploy.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh index f83f901..1b06c65 100755 --- a/jenkins/run-deploy.sh +++ b/jenkins/run-deploy.sh @@ -163,8 +163,6 @@ title "Updating API server" SUM_ECODE=0 run_puppet $IDENTIFIER.arvadosapi.com ECODE SUM_ECODE=$(($SUM_ECODE + $ECODE)) -run_command $IDENTIFIER.arvadosapi.com ECODE "/usr/local/rvm/bin/rvm-exec /usr/local/bin/arvados-api-server-upgrade.sh" -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" @@ -239,9 +237,6 @@ if [[ `host workbench.$ARVADOS_API_HOST |cut -f4 -d' '` != `host $ARVADOS_API_HO SUM_ECODE=$(($SUM_ECODE + $ECODE)) fi -run_command workbench.$IDENTIFIER ECODE "/usr/local/rvm/bin/rvm-exec /usr/local/bin/arvados-workbench-upgrade.sh" -SUM_ECODE=$(($SUM_ECODE + $ECODE)) - if [[ "$SUM_ECODE" != "0" ]]; then title "ERROR: Updating workbench FAILED" EXITCODE=$(($EXITCODE + $SUM_ECODE)) -- 2.30.2