Skip to content

Commit

Permalink
XENFRED-4897 Switch to cloudsmith image for manuals-hugo-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
thijslemmens committed Sep 15, 2023
1 parent 4b240dc commit 9314563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-websites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ build_product_website() {
mkdir -p "build/website/$productName"
cp -r "docs/$productName/_hugo" "build/product/$productName/_hugo"
tar c --portability -C "build/product/$productName" . | \
docker run --rm -i hub.xenit.eu/private/xenit-manuals-hugo-generator:$MARKDOWNTOWEBSITE_VERSION | \
docker run --rm -i private.docker.xenit.eu/customer/xenit/xenit-manuals-hugo-generator:$MARKDOWNTOWEBSITE_VERSION | \
tar x -C "build/website/$productName"
sync
}
Expand Down

0 comments on commit 9314563

Please sign in to comment.