diff options
Diffstat (limited to 'herculeswrapper/herc-map-wrapper-config.example')
-rw-r--r-- | herculeswrapper/herc-map-wrapper-config.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/herculeswrapper/herc-map-wrapper-config.example b/herculeswrapper/herc-map-wrapper-config.example index 233d072..b3afd8d 100644 --- a/herculeswrapper/herc-map-wrapper-config.example +++ b/herculeswrapper/herc-map-wrapper-config.example @@ -12,6 +12,7 @@ exit 1 server_data=../../server-data client_data=../client-data +evol_music=../music tmw_tools=../tools #gitlab @@ -59,6 +60,12 @@ client_main_branch=origin/master client_extra_branches=( $(list_issues <repo id> | sed 's|^|origin/merge-requests/|;') ) + +music_main_branch=origin/master + +music_extra_branches=( + $(list_issues <repo id> | sed 's|^|origin/merge-requests/|;') +) unset list_issues motd=../server-data/npc/commands/motd-debug-text.txt |