Skip to content

Commit

Permalink
Ensure Dockerfile gets deleted
Browse files Browse the repository at this point in the history
It has already been removed from modulesync with #827, but needs to be
added as `delete: true` to config_defaults.yml for the actual repository
purge.
  • Loading branch information
baurmatt committed Mar 11, 2024
1 parent f94f652 commit f2976a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,7 @@ Modulefile:
delete: true
Makefile:
delete: true
Dockerfile:
delete: true
...
# vim: syntax=yaml

0 comments on commit f2976a1

Please sign in to comment.