Skip to content

Commit

Permalink
Remove bind mount in update-tag-details.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Dec 11, 2015
1 parent 0602bb8 commit 526a3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-tag-details.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ for repo in "${repos[@]}"; do
href="#${href,,}"
echo $'-\t[`'"$tag"'`]('"$href"')'
done
docker run -i --rm -v "$PWD":/wtf:ro -w /wtf --entrypoint "$script" docker-library-docs "${tags[@]}"
docker run -i --rm --entrypoint "$script" docker-library-docs "${tags[@]}"
} > "$repo/tag-details.md"
echo 'done'
done

0 comments on commit 526a3a6

Please sign in to comment.