Skip to content

Commit 25ae37a

Browse files
Include additional debug messages.
1 parent d7474a4 commit 25ae37a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ jobs:
2020
run: |
2121
echo "Running asciibinder build"
2222
if [[ "${BASE_REF}" == rhacs-docs* || "${BASE_REF}" == opp-docs* ]]; then
23+
echo "${BASE_REF}"
24+
echo "Running generic Asciibinder build"
2325
docker run --rm -it -u `id -u` -v `pwd`:/docs:Z quay.io/openshift-cs/asciibinder asciibinder build
2426
else
27+
echo "${BASE_REF}"
28+
echo "Running enterprise Asciibinder build"
2529
docker run --rm -it -u `id -u` -v `pwd`:/docs:Z quay.io/openshift-cs/asciibinder asciibinder build --distro \"openshift-enterprise\"
2630
fi
2731
-

0 commit comments

Comments
 (0)