Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate McMaster <natemcmaster@users.noreply.github.com>2019-05-15 22:00:19 +0300
committerGitHub <noreply@github.com>2019-05-15 22:00:19 +0300
commit77e08c26d5a3c4eec7e238cb8fc88b9e1410ab2a (patch)
tree5d6910c808e9916a9c01ea7e75f505512e025a36 /dockerbuild.sh
parentbff1d0e6c4cf04b0c6c0f3c6f749eb6e206247d5 (diff)
Replace all usages of RepositoryRoot with RepoRoot (#10267)
Preparing to adopt the Arcade SDK, which uses the shorter variable name instead
Diffstat (limited to 'dockerbuild.sh')
-rwxr-xr-xdockerbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/dockerbuild.sh b/dockerbuild.sh
index 9d5d6ace11..315a8a832a 100755
--- a/dockerbuild.sh
+++ b/dockerbuild.sh
@@ -143,5 +143,4 @@ docker run \
${docker_args[@]+"${docker_args[@]}"} \
$tagname \
./build.sh \
- ${build_args[@]+"${build_args[@]}"} \
- "-p:HostMachineRepositoryRoot=$DIR"
+ ${build_args[@]+"${build_args[@]}"}