Re: [PR] Use correct bucket to metadata file [airflow-site]
potiuk commented on PR #1202: URL: https://github.com/apache/airflow-site/pull/1202#issuecomment-2887647262 I rebased `staging` Generatlly what I do: ```bash git checkout main git pull git branch -f staging git push origin staging ``` Unless we develop something specific in staging - staging is generally simply behind main and can be fast-forwarded like that. If we diverge in staging, it will fail at the last stage because it will not be fast-forwardeable. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Use correct bucket to metadata file [airflow-site]
gopidesupavan commented on PR #1202: URL: https://github.com/apache/airflow-site/pull/1202#issuecomment-2887645676 > > The same change needs on staging branch. as it currently points to live. > > We can just rebase `staging` branch on top of `main` -> It is designed to be done this way. ah okay :) -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Use correct bucket to metadata file [airflow-site]
potiuk merged PR #1202: URL: https://github.com/apache/airflow-site/pull/1202 -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Use correct bucket to metadata file [airflow-site]
potiuk commented on PR #1202: URL: https://github.com/apache/airflow-site/pull/1202#issuecomment-2887642418 > The same change needs on staging branch. as it currently points to live. We can just rebase `staging` branch on top of `main` -> It is designed to be done this way. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Use correct bucket to metadata file [airflow-site]
potiuk commented on PR #1202: URL: https://github.com/apache/airflow-site/pull/1202#issuecomment-2887641319 Nice! -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Use correct bucket to metadata file [airflow-site]
gopidesupavan commented on PR #1202: URL: https://github.com/apache/airflow-site/pull/1202#issuecomment-2887640621 The same change needs on staging branch. as it currently points to live. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org