chore(build): simplify release scripts

This commit is contained in:
Tobias Bosch
2013-12-16 09:47:51 -08:00
parent 6144df52af
commit 45af02de04
4 changed files with 9 additions and 13 deletions

View File

@@ -9,12 +9,9 @@ set -xe
# Normalize working dir to script dir
cd `dirname $0`
# export so that node.js can read those env settings
export TMP_DIR=../../tmp
export REPO_DIR=$TMP_DIR/code.angularjs.org
export BUILD_DIR=../../build
TMP_DIR=../../tmp
REPO_DIR=$TMP_DIR/code.angularjs.org
BUILD_DIR=../../build
SCRIPT_DIR=`pwd`
NEW_VERSION=`cat $BUILD_DIR/version.txt`