Add new variables to dockerrun.sh so they're passed to the container.

This commit is contained in:
Chris Rummel 2017-04-25 13:39:08 -05:00
parent a35257e1e7
commit dcff438d5a
No known key found for this signature in database
GPG key ID: DB9B2B231CB67DC7

View file

@ -136,5 +136,12 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \
-e COMMITCOUNT \
-e DROPSUFFIX \
-e RELEASESUFFIX \
-e CoreFxAzureContainer \
-e AzureAccountName \
-e AzureAccessToken \
-e VsoPassword \
-e ReleaseToolsGitUrl \
-e CoreSetupBlobRootUrl \
-e CoreSetupBlobAccessToken \
$DOTNET_BUILD_CONTAINER_TAG \
$BUILD_COMMAND "$@"