QA-Automation-Starter / qa-automation

QA automation utilities and project generator
https://qa-automation-starter.aherscu.dev
Other
6 stars 4 forks source link

publishing site to git on windows fails with command too long #190

Closed adrian-herscu closed 1 year ago

adrian-herscu commented 1 year ago

Happens after renaming Java packages.

https://issues.apache.org/jira/projects/MSCMPUB/issues/MSCMPUB-60

adrian-herscu commented 1 year ago

Workaround:

  1. checkout gh-pages branch
  2. fetch remote changes
  3. delete all files and subdirectories from this branch -- git rm -r "*"
  4. commit and push
  5. re-run failing job -- it should succeed now