Update ci_build.sh

Removing dead code which is no longer used. DOTNET_BUILD_VERSION is set in build.sh.
This commit is contained in:
Sridhar Periyasamy 2015-12-17 18:39:41 -08:00
parent 0b17cc122c
commit b43a1a34a8

View file

@ -28,9 +28,7 @@ if [ -z "$HOME" ]; then
mkdir -p $HOME
fi
# UTC Timestamp of the last commit is used as the build number. This is for easy synchronization of build number between Windows, OSX and Linux builds.
LAST_COMMIT_TIMESTAMP=$(git log -1 --format=%ct)
export DOTNET_BUILD_VERSION=0.0.1-alpha-$(date -ud @$LAST_COMMIT_TIMESTAMP "+%Y%m%d-%H%M%S")
if [[ "$(uname)" == "Linux" ]]; then
# Set Docker Container name to be unique