Repository URL to install this package:
|
Version:
0.0.1-1 ▾
|
#!/bin/bash
DIR=$( cd $(dirname $0) ; pwd -P )
# Reset the jenkins environment
# Reset the application's source code by reverting to specific commit
echo "Resetting app state"
cd $DIR/../gotcms_project/
git reset --hard e4dfd176604c20d4652e723691fa8e81fc39c2ce
git push -f
echo "unjoining nodes and restarting LB"
$DIR/unjoin.sh