We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 066915a + ced2efb commit 0fbde39Copy full SHA for 0fbde39
1 file changed
scripts/docs_templating.sh
@@ -39,6 +39,8 @@ do
39
done
40
41
# Ensure this script is executable
42
-chmod +x docs/modules/opensearch/examples/getting_started/getting_started.sh
+chmod +x "docs/modules/airflow/examples/getting_started/getting_started.sh" \
43
+ || chmod +x "docs/modules/airflow/examples/getting_started/code/getting_started.sh" \
44
+ || true
45
46
echo "done"
0 commit comments