We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f97b4 commit a296efdCopy full SHA for a296efd
.circleci/config.yml
@@ -19,7 +19,7 @@ jobs:
19
-
20
run: |
21
echo "Running asciibinder build for base reference: ${BASE_REF}"
22
- if [[ "${BASE_REF}" == rhacs-docs* || "${BASE_REF}" == opp-docs* || "${BASE_REF}" == rhde-docs* ]]; then
+ if [[ "${BASE_REF}" == rhacs-docs* || "${BASE_REF}" == opp-docs* || "${BASE_REF}" == rhde-docs* || "${BASE_REF}" == serverless-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
0 commit comments