Pass all the VSO environment variables to the docker instance.
This commit is contained in:
parent
002cfb6ae4
commit
aa9e1e1b45
1 changed files with 8 additions and 0 deletions
|
@ -28,4 +28,12 @@ docker run -t --rm --sig-proxy=true \
|
|||
--name $DOTNET_BUILD_CONTAINER_NAME \
|
||||
-v $DOCKER_HOST_SHARE_DIR:/opt/code \
|
||||
-e DOTNET_BUILD_VERSION=$DOTNET_BUILD_VERSION \
|
||||
-e SASTOKEN \
|
||||
-e STORAGE_ACCOUNT \
|
||||
-e STORAGE_CONTAINER \
|
||||
-e CHANNEL \
|
||||
-e REPO_ID \
|
||||
-e REPO_USER \
|
||||
-e REPO_PASS \
|
||||
-e REPO_SERVER \
|
||||
$DOTNET_BUILD_CONTAINER_TAG $BUILD_COMMAND $1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue