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:
parent
0b17cc122c
commit
b43a1a34a8
1 changed files with 1 additions and 3 deletions
|
@ -28,9 +28,7 @@ if [ -z "$HOME" ]; then
|
||||||
mkdir -p $HOME
|
mkdir -p $HOME
|
||||||
fi
|
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
|
if [[ "$(uname)" == "Linux" ]]; then
|
||||||
# Set Docker Container name to be unique
|
# Set Docker Container name to be unique
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue