potiuk commented on a change in pull request #20200:
URL: https://github.com/apache/airflow/pull/20200#discussion_r771932308
##########
File path: scripts/ci/tools/freespace.py
##########
@@ -0,0 +1,68 @@
+#
Review comment:
You need a shebang as the first line so that python is used to execute
the script.
Right now the CI fails, because it thinks it is a bash script.
https://bash.cyberciti.biz/guide/Shebang
In our case we use:
```
#!/usr/bin/env python3
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]