Skip to content

Commit

Permalink
[TASK] Reduce referenced project_files
Browse files Browse the repository at this point in the history
All files in commands/rabbitmq/ should be installed in a project. So it makes no sense to reference every single file.

Now referencing only the folder, so all files in this folder are installed.
  • Loading branch information
ochorocho committed Oct 28, 2023
1 parent a12ee7e commit 4b0dde1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: rabbitmq

project_files:
- docker-compose.rabbitmq.yaml
- commands/rabbitmq/rabbitmq
- commands/rabbitmq/rabbitmqadmin
- commands/rabbitmq/rabbitmqctl
- commands/rabbitmq/
- rabbitmq/config.yaml
- rabbitmq/schema.json

Expand Down

0 comments on commit 4b0dde1

Please sign in to comment.