diff --git a/build-scripts/update-master b/build-scripts/update-master deleted file mode 100755 index da5f12635..000000000 --- a/build-scripts/update-master +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -. `dirname "$0"`/functions -. version - -if [ -d $BASEDIR/../../../output/${SCHEDULER}/${BUILD_NUMBER} ]; then - echo "Updating stage" - ssh -p222 root@master.test.cfengine.com '/root/bin/update_stage.pl' - ssh -p222 root@master.test.cfengine.com 'chmod 644 /var/www/html/application/views/policies/*' -else - echo "Unable to update stage" -fi -