File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 -
2020 run : |
2121 echo "Running asciibinder build for base reference: ${BASE_REF}"
22- if [[ "${BASE_REF}" == rhacs-docs* || "${BASE_REF}" == opp-docs* || "${BASE_REF}" == rhde-docs* || "${BASE_REF}" == serverless-docs* || "${BASE_REF}" == pipelines-docs* ]]; then
23- echo "Running generic Asciibinder build"
24- docker run --rm -it -u `id -u` -v `pwd`:/docs:Z quay.io/openshift-cs/asciibinder asciibinder build
25- else
22+ if [[ "${BASE_REF}" == openshift-enterprise ]]; then
2623 echo "Running enterprise Asciibinder build"
2724 docker run --rm -it -u `id -u` -v `pwd`:/docs:Z quay.io/openshift-cs/asciibinder asciibinder build --distro openshift-enterprise
25+ else
26+ echo "Running generic Asciibinder build"
27+ docker run --rm -it -u `id -u` -v `pwd`:/docs:Z quay.io/openshift-cs/asciibinder asciibinder build
2828 fi
2929 -
3030 run :
You can’t perform that action at this time.
0 commit comments