Skip to content

Commit

Permalink
XENFRED-4897 Switch to cloudsmith image for manuals-markdown-splitter
Browse files Browse the repository at this point in the history
  • Loading branch information
thijslemmens committed Sep 15, 2023
1 parent 7106661 commit 4b240dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-websites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
scriptPath="$( dirname "${BASH_SOURCE[0]}" )" # cd to the directory containg the script
cd "$scriptPath"
MARKDOWNTOPDF_VERSION=600b339
MARKDOWNTOWEBSITE_VERSION=1.0.0-SNAPSHOT-202010231216-2
MARKDOWNTOWEBSITE_VERSION=1.0.2

WEIGHT=0

Expand Down Expand Up @@ -44,7 +44,7 @@ split_manual() {
WEIGHT=$[$WEIGHT + 1]
mkdir -p "build/product/$productName"
tar tf "build/normalized/$productName/$versionName.tar"
cat "build/normalized/$productName/$versionName.tar" | docker run --rm -i hub.xenit.eu/private/xenit-manuals-markdown-splitter:$MARKDOWNTOWEBSITE_VERSION normalized.md "target-path=$versionName" "weight=$WEIGHT" > "build/normalized/$productName/$versionName-out.tar"
cat "build/normalized/$productName/$versionName.tar" | docker run --rm -i private.docker.xenit.eu/customer/xenit/xenit-manuals-markdown-splitter:$MARKDOWNTOWEBSITE_VERSION normalized.md "target-path=$versionName" "weight=$WEIGHT" > "build/normalized/$productName/$versionName-out.tar"
sync
tar xf "build/normalized/$productName/$versionName-out.tar" -C "build/product/$productName"
}
Expand Down

0 comments on commit 4b240dc

Please sign in to comment.