Mount ~/.ssh to allow Pegleg to clone repos

Change-Id: I716a2aed998f1bae2c9488778cec20b39a76c172
This commit is contained in:
SKELS, KASPARS (ks3019) 2019-03-18 17:44:51 -05:00
parent a140d72f86
commit eea2167944
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ collect_design_docs() {
docker run \
--rm -t \
--network host \
-v "${HOME}/.ssh":/root/.ssh \
-v "${REPO_ROOT}":/workspace \
-v "${DEFINITION_DEPOT}":/collect \
"${IMAGE_PEGLEG_CLI}" \