Skip to content

Commit

Permalink
Merge branch 'main' into updatecli_21599d24a9c8717a80dbae70d098892463…
Browse files Browse the repository at this point in the history
…4fa619f9e704f7083e27e36a700897
  • Loading branch information
dduportal authored May 2, 2021
2 parents 9b2a3da + e2a9e79 commit 13ce121
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.13 AS base
ARG asciidoctor_version=2.0.15
ARG asciidoctor_confluence_version=0.0.2
ARG asciidoctor_pdf_version=1.5.4
ARG asciidoctor_diagram_version=2.1.0
ARG asciidoctor_diagram_version=2.1.2
ARG asciidoctor_epub3_version=1.5.1
ARG asciidoctor_fb2_version=0.5.1
ARG asciidoctor_mathematical_version=0.3.5
Expand Down
4 changes: 2 additions & 2 deletions tests/env_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
ASCIIDOCTOR_VERSION: 2.0.15
ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
ASCIIDOCTOR_PDF_VERSION: 1.5.4
ASCIIDOCTOR_DIAGRAM_VERSION: 2.1.0
ASCIIDOCTOR_DIAGRAM_VERSION: 2.1.2
ASCIIDOCTOR_EPUB3_VERSION: 1.5.1
ASCIIDOCTOR_FB2_VERSION: 0.5.1
ASCIIDOCTOR_MATHEMATICAL_VERSION: 0.3.5
ASCIIDOCTOR_REVEALJS_VERSION: 4.0.1
ASCIIDOCTOR_REVEALJS_VERSION: 4.1.0
KRAMDOWN_ASCIIDOC_VERSION: 1.0.1
ASCIIDOCTOR_BIBTEX_VERSION: 0.8.0
3 changes: 2 additions & 1 deletion tests/test_suite.bats
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ teardown() {
}

@test "asciidoctor-revealjs is callable without error" {
docker run -t --rm "${DOCKER_IMAGE_NAME_TO_TEST}" asciidoctor-revealjs -v
docker run -t --rm "${DOCKER_IMAGE_NAME_TO_TEST}" asciidoctor-revealjs -v \
| grep "${ASCIIDOCTOR_REVEALJS_VERSION}"
}

@test "make is installed and in the path" {
Expand Down

0 comments on commit 13ce121

Please sign in to comment.