Skip to content
Snippets Groups Projects
Commit 220e8614 authored by Chessmaster's avatar Chessmaster
Browse files

add git command to alpine image

parent b2874f25
Branches
Tags
1 merge request!7Tagging PDFs before publishing
Pipeline #23714 passed
......@@ -7,7 +7,7 @@ build_tagged_guide:
image: alpine
script:
- apk update
- apk add ruby asciidoctor
- apk add ruby asciidoctor git
- gem install asciidoctor-pdf --pre
- export COMMIT_TIME=$(git show -s --format=%ci $CI_COMMIT_SHA | cut -c1-10)
- asciidoctor-pdf -a revnumber=$CI_COMMIT_TAG -a revdate=$COMMIT_TIME -o angelguide_en.pdf guide.adoc
......@@ -26,7 +26,7 @@ build_guide:
image: alpine
script:
- apk update
- apk add ruby asciidoctor
- apk add ruby asciidoctor git
- gem install asciidoctor-pdf --pre
- export COMMIT_TIME=$(git show -s --format=%ci $CI_COMMIT_SHA | cut -c1-10)
- echo $COMMIT_TIME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment