Merge branch 'main' of ssh://gitlab.jafner.net:2229/Jafner/homelab
This commit is contained in:
commit
e07b0953d2
@ -17,9 +17,11 @@ docker-compose-test:
|
||||
stage: test
|
||||
rules:
|
||||
- changes:
|
||||
- docker-compose.yml
|
||||
- server/config/minecraft/
|
||||
- seedbox/config/
|
||||
- server/config/
|
||||
- jafner-tools/config/
|
||||
script:
|
||||
- git pull
|
||||
- find ~+ -type f -name docker-compose.yml > composes.txt
|
||||
- find ~+/server/config/minecraft/ -type f -name *.yml >> composes.txt
|
||||
- for file in `cat composes.txt`; do docker-compose -f $file config; done
|
||||
|
@ -15,5 +15,3 @@ services:
|
||||
- $DOCKER_DATA:/config
|
||||
- /mnt/torrenting/GGN/0:/downloads
|
||||
- /mnt/torrenting/GGN/0T:/watch
|
||||
|
||||
# this is a meaningless comment to test the ci/cd pipeline
|
Loading…
x
Reference in New Issue
Block a user