mirror of
https://github.com/clearlinux/docs.git
synced 2026-04-28 10:53:35 +00:00
Remove bind mount in update-tag-details.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user