Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javadoc release file copy problem #3178

Closed
GCHQDeveloper314 opened this issue Mar 21, 2024 · 0 comments · Fixed by #3191
Closed

Javadoc release file copy problem #3178

GCHQDeveloper314 opened this issue Mar 21, 2024 · 0 comments · Fixed by #3191
Assignees
Labels
automation GitHub Actions, CI/CD bug Confirmed or suspected bug
Milestone

Comments

@GCHQDeveloper314
Copy link
Member

Describe the bug
For the Gaffer 2.2.0 release, the Javadoc release to the gh-pages branch failed with a problem related to copying files into the release directory.

Stack trace and errors

mv: cannot move 'target/site/apidocs/legal' to './legal': Directory not empty

Additional context
The Javadoc release for 2.2.0 will need to be committed manually.

@GCHQDeveloper314 GCHQDeveloper314 added bug Confirmed or suspected bug automation GitHub Actions, CI/CD labels Mar 21, 2024
@GCHQDeveloper314 GCHQDeveloper314 added this to the v2.3.0 milestone Mar 21, 2024
GCHQDeveloper314 added a commit that referenced this issue Apr 16, 2024
Use cp instead of mv
This prevents the situation where mv cannot move if directory not empty
@GCHQDeveloper314 GCHQDeveloper314 modified the milestones: v2.3.0, v2.2.1 Apr 22, 2024
@GCHQDeveloper314 GCHQDeveloper314 self-assigned this Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation GitHub Actions, CI/CD bug Confirmed or suspected bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant