Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

"ExternalRestoreSources" needs to be set in the docker container #8602

Merged
merged 4 commits into from
Feb 14, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/dockerrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,6 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \
-e PB_ASSETROOTURL \
-e PB_PACKAGEVERSIONPROPSURL \
-e PB_PUBLISHBLOBFEEDURL \
-e PB_RESTORESOURCE \
$DOTNET_BUILD_CONTAINER_TAG \
$BUILD_COMMAND "$@"