mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
ci: fix typo in module vendoring
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -51,8 +51,9 @@ RUN htmltest
|
||||
FROM build-base as update-modules
|
||||
ARG MODULE
|
||||
RUN <<"EOT"
|
||||
set -ex
|
||||
if [ -n "$MODULE" ]; then
|
||||
go mod edit -dropdreplace ${MODULE/@*/}
|
||||
go mod edit -dropreplace ${MODULE/@*/}
|
||||
hugo mod get ${MODULE}
|
||||
go mod edit -replace ${MODULE/@*/}=${MODULE};
|
||||
else \
|
||||
|
||||
Reference in New Issue
Block a user