You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nautobot-app-dev-example (release-1.0.0 *)
> invoke generate-release-notes --version 1.0.0
Running docker compose command "ps --services --filter status=running"
Running docker compose command "run --rm --entrypoint='' -- nautobot env DJANGO_SETTINGS_MODULE=nautobot.core.settings towncrier build --version 1.0.0"
[+] Creating 2/0
✔ Container nautobot-dev-example-db-1 Created 0.0s
✔ Container nautobot-dev-example-redis-1 Created 0.0s
[+] Running 2/2
✔ Container nautobot-dev-example-db-1 Started 0.4s
✔ Container nautobot-dev-example-redis-1 Started 0.4s
Loading template...
Finding news fragments...
Rendering news fragments...
Writing to newsfile...
Staging newsfile...
fatal: detected dubious ownership in repository at '/source'
To add an exception for this directory, call:
git config --global --add safe.directory /source
I want to remove the following files:
/source/changes/21.changed
/source/changes/20.fixed
/source/changes/6.housekeeping
/source/changes/1.changed
/source/changes/9.housekeeping
/source/changes/7.housekeeping
/source/changes/16.housekeeping
/source/changes/10.housekeeping
/source/changes/8.housekeeping
/source/changes/14.housekeeping
Is it okay if I remove those files? [Y/n]:
It looks like there's a "fatal" message from git about mismatched ownership of the repository bind mount. I'm not sure what is skipped there in terms of operations, but we should fix this in the compose file.
Steps to Reproduce
Clone nautobot-app-dev-example and checkout develop at commit 2f10015
Run invoke generate-release-notes --version 1.0.0
The text was updated successfully, but these errors were encountered:
cmsirbu
changed the title
Git compains about file ownership when running invoke generate-release-notes
Git complains about file ownership when running invoke generate-release-notesAug 13, 2024
Environment
Observed Behavior
It looks like there's a "fatal" message from git about mismatched ownership of the repository bind mount. I'm not sure what is skipped there in terms of operations, but we should fix this in the compose file.
Steps to Reproduce
develop
at commit 2f10015invoke generate-release-notes --version 1.0.0
The text was updated successfully, but these errors were encountered: