Skip to content

Commit

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

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 private.docker.xenit.eu/xenit-markdowntopdf:$MARKDOWNTOPDF_VERSION --tar \
docker run --rm -i hub.xenit.eu/private/xenit-markdowntopdf:$MARKDOWNTOPDF_VERSION --tar \
--template default -t markdown-simple_tables --extract-media assets \
--resource-path . \
"$@" \
Expand Down

0 comments on commit c70e738

Please sign in to comment.