You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by GitBox <gi...@apache.org> on 2020/12/30 23:52:19 UTC

[GitHub] [db-jdo-site] tobous opened a new pull request #12: Implement rudimentary push logic for deploy action

tobous opened a new pull request #12:
URL: https://github.com/apache/db-jdo-site/pull/12


   Replaces the external action with bare-bones logic accomplishing the
   same goal. This was done to avoid the usage of external GitHub actions.
   
   This new logic is most likely more brittle than the functionality
   provided by the external action. It will fail if the author data of the
   HEAD commit can not be read and will also always push the new commit to
   the currently checked out branch, i.e. the branch that triggered the
   action. The workflow is configured to currently only run on the master
   branch, but this behavior should still be kept in mind in case of future
   changes to the setup.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [db-jdo-site] tobous edited a comment on pull request #12: Implement rudimentary push logic for deploy action

Posted by GitBox <gi...@apache.org>.
tobous edited a comment on pull request #12:
URL: https://github.com/apache/db-jdo-site/pull/12#issuecomment-752795004


   The new logic should function properly. It runs on my fork. Pushing the commit https://github.com/tobous/db-jdo-site/commit/0e9e5324b44816a7c09cdc4be0d256f64088a185 resulted in the auto-deploy commit https://github.com/tobous/db-jdo-site/commit/0a7226a8ec3f0ec517c4c5055027ba81addabaf7 created through [this action run](https://github.com/tobous/db-jdo-site/runs/1664845191). (The auto-deploy also contains the changes of the last push whose auto deploy failed.)


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [db-jdo-site] tobous commented on pull request #12: Implement rudimentary push logic for deploy action

Posted by GitBox <gi...@apache.org>.
tobous commented on pull request #12:
URL: https://github.com/apache/db-jdo-site/pull/12#issuecomment-756376145


   GitHub pages can now be deployed from any branch and any directory. So you no longer need the symlink from `content` to `docs` but could rather just directly host the build artifacts in `content`.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [db-jdo-site] mboapache merged pull request #12: Implement rudimentary push logic for deploy action

Posted by GitBox <gi...@apache.org>.
mboapache merged pull request #12:
URL: https://github.com/apache/db-jdo-site/pull/12


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [db-jdo-site] tobous commented on pull request #12: Implement rudimentary push logic for deploy action

Posted by GitBox <gi...@apache.org>.
tobous commented on pull request #12:
URL: https://github.com/apache/db-jdo-site/pull/12#issuecomment-752795004


   The new logic should function properly. It runs on my fork. Pushing the commit https://github.com/tobous/db-jdo-site/commit/1b51f343c6e8068e7ecd1527b95720ad048e952f resulted in the auto-deploy commit https://github.com/tobous/db-jdo-site/commit/1905e53626665ddfd2854e2353ffa24c479eb373 created through [this action run](https://github.com/tobous/db-jdo-site/runs/1628230712). (The auto-deploy also contains the changes of the last push whose auto deploy failed.)


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [db-jdo-site] tobous edited a comment on pull request #12: Implement rudimentary push logic for deploy action

Posted by GitBox <gi...@apache.org>.
tobous edited a comment on pull request #12:
URL: https://github.com/apache/db-jdo-site/pull/12#issuecomment-752795004


   The new logic should function properly. It runs on my fork. Pushing the commit https://github.com/tobous/db-jdo-site/commit/0e9e5324b44816a7c09cdc4be0d256f64088a185 resulted in the auto-deploy commit https://github.com/tobous/db-jdo-site/commit/0a7226a8ec3f0ec517c4c5055027ba81addabaf7 created through [this action run](https://github.com/tobous/db-jdo-site/runs/1664845191). (The auto-deploy also contains the changes of the last push whose auto deploy failed.)


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [db-jdo-site] tobous commented on pull request #12: Implement rudimentary push logic for deploy action

Posted by GitBox <gi...@apache.org>.
tobous commented on pull request #12:
URL: https://github.com/apache/db-jdo-site/pull/12#issuecomment-756360906


   Replace copy stage with `mvn clean install`.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org