Skip to content

Commit 0fbde39

Browse files
committed
Merge branch 'feat/smooth-operator/introduce-builder' into feat/smooth-operator/rbac-consolidate-labels
2 parents 066915a + ced2efb commit 0fbde39

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/docs_templating.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ do
3939
done
4040

4141
# Ensure this script is executable
42-
chmod +x docs/modules/opensearch/examples/getting_started/getting_started.sh
42+
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
4345

4446
echo "done"

0 commit comments

Comments
 (0)