Skip to content

Commit

Permalink
[AIRFLOW-7018] fixing travis's job name escaping problem (apache#7668)
Browse files Browse the repository at this point in the history
(cherry picked from commit 29e848d)
  • Loading branch information
potiuk authored and kaxil committed Mar 19, 2020
1 parent 4cf118d commit fcb2543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ function build_image_on_ci() {
fi
elif [[ ${TRAVIS_JOB_NAME} == "Static"* ]]; then
rebuild_ci_image_if_needed
elif [[ ${TRAVIS_JOB_NAME} == "Build documentation"* ]]; then
elif [[ ${TRAVIS_JOB_NAME} == *"documentation"* ]]; then
rebuild_ci_image_if_needed
else
echo
Expand Down

0 comments on commit fcb2543

Please sign in to comment.