Skip to content

Commit a296efd

Browse files
Added serverless-docs build
1 parent e2f97b4 commit a296efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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* ]]; then
22+
if [[ "${BASE_REF}" == rhacs-docs* || "${BASE_REF}" == opp-docs* || "${BASE_REF}" == rhde-docs* || "${BASE_REF}" == serverless-docs* ]]; then
2323
echo "Running generic Asciibinder build"
2424
docker run --rm -it -u `id -u` -v `pwd`:/docs:Z quay.io/openshift-cs/asciibinder asciibinder build
2525
else

0 commit comments

Comments
 (0)