uranusjr commented on a change in pull request #19756: URL: https://github.com/apache/airflow/pull/19756#discussion_r754963311
########## File path: .gitpod.yml ########## @@ -0,0 +1,12 @@ +# Reference: https://www.gitpod.io/docs/references/gitpod-yml +# Docs: https://www.gitpod.io/docs/config-gitpod-file/ + +tasks: + - init: ./breeze -y + + - openMode: split-right + command: echo for running integration test with breeze +# Ports to expose on workspace startup +ports: + - port: 8000 + onOpen: open-preview Review comment: ```suggestion onOpen: open-preview ``` Need that final line break. -- 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]
