Skip to content

Commit e8b4fe6

Browse files
committed
Merge branch '3.1.x' into refactor-integration-tests-2
2 parents f5cd354 + a27bf65 commit e8b4fe6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"antora": "3.2.0-alpha.4",
44
"@antora/atlas-extension": "1.0.0-alpha.2",
5-
"@antora/collector-extension": "1.0.0-alpha.3",
5+
"@antora/collector-extension": "1.0.0-beta.3",
66
"@asciidoctor/tabs": "1.0.0-beta.6",
77
"@springio/antora-extensions": "1.11.1",
88
"@springio/asciidoctor-extensions": "1.0.0-alpha.14"

scripts/integration-tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
rm ~/.testcontainers.properties
4+
if [ -f "~/.testcontainers.properties" ]; then
5+
rm ~/.testcontainers.properties
6+
fi
57
echo 'testcontainers.reuse.enable=true' > ~/.testcontainers.properties
68

79
./mvnw clean install -B -Pdocs ${@}

0 commit comments

Comments
 (0)