Skip to content

Commit

Permalink
make target repo writable again
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Feb 13, 2017
1 parent 58a63b1 commit 97fff86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion industrial_ci/src/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function ici_require_run_in_docker() {
local docker_target_repo_path=/root/$TARGET_REPO_PATH
local docker_ici_src_path=/root/ici
ici_run_cmd_in_docker -e "TARGET_REPO_PATH=$docker_target_repo_path" \
-v "$TARGET_REPO_PATH/:$docker_target_repo_path:ro" \
-v "$TARGET_REPO_PATH/:$docker_target_repo_path:rw" \
-v "$ICI_SRC_PATH/:$docker_ici_src_path:ro" \
"$DOCKER_IMAGE" \
/bin/bash -c "cd $docker_ici_src_path; source ./ci_main.sh;"
Expand Down

0 comments on commit 97fff86

Please sign in to comment.