Skip to content

Commit

Permalink
XENFRED-4897 Switch to cloudsmith image for markdowntpdf
Browse files Browse the repository at this point in the history
  • Loading branch information
thijslemmens committed Sep 15, 2023
1 parent 21414b6 commit 7106661
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 @@ -2,7 +2,7 @@
set -e
scriptPath="$( dirname "${BASH_SOURCE[0]}" )" # cd to the directory containg the script
cd "$scriptPath"
MARKDOWNTOPDF_VERSION=build-201911121900-1
MARKDOWNTOPDF_VERSION=600b339
MARKDOWNTOWEBSITE_VERSION=1.0.0-SNAPSHOT-202010231216-2

WEIGHT=0
Expand All @@ -14,7 +14,7 @@ build_manual() {

mkdir -p "build/normalized/$productName"
tar c --portability -C "docs/$productName/$versionName" . | \
docker run --rm -i hub.xenit.eu/private/xenit-markdowntopdf:$MARKDOWNTOPDF_VERSION --tar \
docker run --rm -i private.docker.xenit.eu/xenit-markdowntopdf:$MARKDOWNTOPDF_VERSION --tar \
--template default -t markdown-simple_tables --extract-media assets \
--resource-path . \
"$@" \
Expand Down

0 comments on commit 7106661

Please sign in to comment.