Bowrna commented on PR #623: URL: https://github.com/apache/airflow-site/pull/623#issuecomment-1198501378
Trying to understand the below bash command. Could anyone tell me what's happening in this command https://github.com/apache/airflow-site/blob/445586c1552918e9531cd13d9cd64c0e63f5da03/landing-pages/check-links.sh#L59-L63 When trying to execute the above script I just enabled print and saw it's logging a few html files. <img width="1432" alt="Screenshot 2022-07-28 at 11 48 17 PM" src="https://user-images.githubusercontent.com/10162465/181609178-a9f4de9a-564a-4a0a-b9ef-1bb9b3de236d.png"> But when I took out that command and executed it via terminal it shows a big list of HTML files. I don't understand how this is different from executing in a script. When executing in terminal I see `index.html` from all providers and its different version say example `/dist//docs/apache-airflow-providers-imap/1.0.0/_modules/index.html`. But i don't see them when executing it via `check-links.sh` <img width="1440" alt="Screenshot 2022-07-29 at 12 04 18 AM" src="https://user-images.githubusercontent.com/10162465/181612520-f7e68860-35b0-4b4c-a779-d58ec85a3a26.png"> -- 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]
