Skip to content

Commit 289e815

Browse files
author
Attila Hajdrik
committed
1 parent 2cff724 commit 289e815

File tree

22 files changed

+1
-1757
lines changed

22 files changed

+1
-1757
lines changed

build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
1616
done
1717
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
1818

19-
cd "$DIR/.."
20-
2119
DOCKER_IMAGENAME=microsoft/dotnet/2.0-sdk-2.0.2
2220

2321
# $args array may have empty elements in it.
@@ -27,7 +25,7 @@ DOCKER_IMAGENAME=microsoft/dotnet/2.0-sdk-2.0.2
2725
temp="${args[@]}"
2826
args=($temp)
2927

30-
BUILD_COMMAND=/opt/code/run-build.sh $DIR/scripts/dockerrun.sh --non-interactive "${args[@]}"
28+
BUILD_COMMAND=/opt/code/run-build.sh "${args[@]}"
3129

3230
[ -z "$DOCKER_HOST_SHARE_DIR" ] && DOCKER_HOST_SHARE_DIR=$(pwd)
3331

run-build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ done
1515
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
1616
REPOROOT="$DIR"
1717

18-
source "$REPOROOT/scripts/common/_prettyprint.sh"
19-
20-
BUILD=1
21-
2218
# Set nuget package cache under the repo
2319
[ -z $NUGET_PACKAGES ] && export NUGET_PACKAGES="$REPOROOT/.nuget/packages"
2420

scripts/common/_common.ps1

Lines changed: 0 additions & 26 deletions
This file was deleted.

scripts/common/_common.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

scripts/common/_prettyprint.sh

Lines changed: 0 additions & 63 deletions
This file was deleted.

scripts/common/_utility.ps1

Lines changed: 0 additions & 76 deletions
This file was deleted.

scripts/docker/centos/Dockerfile

Lines changed: 0 additions & 58 deletions
This file was deleted.

scripts/docker/debian/Dockerfile

Lines changed: 0 additions & 62 deletions
This file was deleted.

scripts/docker/fedora.23/Dockerfile

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)