Pass DOTNET_BUILD_VERSION variable in a consistent manner to the docker instance
This commit is contained in:
parent
aa9e1e1b45
commit
26000b28c7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ info "Using code from: $DOCKER_HOST_SHARE_DIR"
|
||||||
docker run -t --rm --sig-proxy=true \
|
docker run -t --rm --sig-proxy=true \
|
||||||
--name $DOTNET_BUILD_CONTAINER_NAME \
|
--name $DOTNET_BUILD_CONTAINER_NAME \
|
||||||
-v $DOCKER_HOST_SHARE_DIR:/opt/code \
|
-v $DOCKER_HOST_SHARE_DIR:/opt/code \
|
||||||
-e DOTNET_BUILD_VERSION=$DOTNET_BUILD_VERSION \
|
-e DOTNET_BUILD_VERSION \
|
||||||
-e SASTOKEN \
|
-e SASTOKEN \
|
||||||
-e STORAGE_ACCOUNT \
|
-e STORAGE_ACCOUNT \
|
||||||
-e STORAGE_CONTAINER \
|
-e STORAGE_CONTAINER \
|
||||||
|
|
Loading…
Add table
Reference in a new issue