github.com/upcmd/up@v0.8.1-0.20230108151705-ad8b797bf04f/tests/modtests/0011/upconfig.yml (about) 1 2 version: 1.0.0 3 Verbose: vvv 4 MaxCallLayers: 8 5 RefDir: . 6 TaskFile: up.yml 7 ConfigDir: . 8 ConfigFile: upconfig.yml 9 10 Modules: 11 12 - #if there is no repo, then it will use the dir as module and incorporate as module 13 dir: hello-module/ 14 alias: hello-module 15 16 - repo: https://github.com/upcmd/hello-module.git 17 alias: hello 18 #v2 is a branch 19 version: v2 20 pullpolicy: skip 21 22 - repo: https://github.com/upcmd/hello-module.git 23 alias: hello-dummy1 24 version: master 25 pullpolicy: always 26 27 - repo: https://github.com/upcmd/hello-module.git 28 alias: hello-dummy2 29 # version: e8e9dc5 30 version: 25456bbcd17db524d1148e42bdcc3bb36ce90042 31 pullpolicy: always