1- # docker-compose -f LNX-docker-compose.yml --env-file LNX.env up --build --exit-code-from app
1+ # docker-compose -f LNX-docker-compose.yaml --env-file LNX.env up --build --exit-code-from app
22version : ' 2.2'
33x-net : &net
44 networks :
@@ -79,11 +79,11 @@ services:
7979 try\
8080 websave([tempdir 'GHToolbox.mltbx'],\
8181 ['https://github.com/datajoint/GHToolbox' \
82- '/releases/download/' subsref(webread(['https://api.github.com/repos' \
82+ '/releases/download/' subsref(webread(['https://api.github.com/repos' \
8383 '/datajoint/GHToolbox' \
8484 '/releases/latest']),\
85- substruct('.', 'tag_name')) \
86- '/GHToolbox.mltbx']);\
85+ substruct('.', 'tag_name')) \
86+ '/GHToolbox.mltbx']);\
8787 matlab.addons.toolbox.installToolbox([tempdir 'GHToolbox.mltbx']);\
8888 fid = fopen('README.md', 'r');\
8989 docs = fread(fid, '*char')';\
@@ -92,18 +92,19 @@ services:
9292 'Raphael Guzman',\
9393 'raphael.h.guzman@gmail.com',\
9494 ['Scientific workflow management framework built on top of a ' \
95- 'relational database.'],\
95+ 'relational database.'],\
9696 docs,\
97- {'.vscode', '.git', '*.env', '.gitignore ', '*.yml ', 'tests ', 'mym' \
98- 'docs-parts', ' *.txt', '*.prf', '*.md'},\
97+ {'.vscode', '.git* ', '*.env', '*.yaml ', 'tests ', 'mym ', 'docs-parts', \
98+ ' *.txt', '*.prf', '*.md', 'notebook '},\
9999 @() strjoin(arrayfun(@(x) num2str(x),\
100- cell2mat(struct2cell(dj.version)),\
101- 'uni', false),\
102- '.'),\
100+ cell2mat(struct2cell(dj.version)),\
101+ 'uni', false),\
102+ '.'),\
103103 {'+dj', 'erd.m'});\
104104 matlab.addons.toolbox.installToolbox('DataJoint.mltbx');\
105105 cd(getenv('ORIG_DIR'));\
106106 addpath('tests');\
107+ dir(fileparts(which('erd')));\
107108 res=run(Main);\
108109 disp(res);\
109110 if all([res.Passed]) exit, else exit(1), end;\
0 commit comments