Loading .gitlab-ci.yml +5 −4 Original line number Diff line number Diff line Loading @@ -30,17 +30,18 @@ process_xsd: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" stage: check interruptible: true allow_failure: true script: - export PYCHARM_HOSTED=1 - forgeschema -c testing/103120.json - python3 testing/xsd_process.py - | format_issues = 0 while IFS= read -r -d file; do echo $file done < <(find ./testing/xml -type f name "*.json" -print0) process_json: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" stage: check interruptible: true allow_failure: true script: - export PYCHARM_HOSTED=1 - forgeschema -s 103120/schema/json/ts_103120_Core.schema.json -u 103120/schema/json -u 103120/dictionaries/ts_103120_Dictionaries.schema.json -u 103280/TS_103_280.schema.json -i 103120/examples/json Loading testing/103120.json→testing/xml/ts_103120._xsd.json +0 −0 File moved. View file Loading
.gitlab-ci.yml +5 −4 Original line number Diff line number Diff line Loading @@ -30,17 +30,18 @@ process_xsd: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" stage: check interruptible: true allow_failure: true script: - export PYCHARM_HOSTED=1 - forgeschema -c testing/103120.json - python3 testing/xsd_process.py - | format_issues = 0 while IFS= read -r -d file; do echo $file done < <(find ./testing/xml -type f name "*.json" -print0) process_json: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" stage: check interruptible: true allow_failure: true script: - export PYCHARM_HOSTED=1 - forgeschema -s 103120/schema/json/ts_103120_Core.schema.json -u 103120/schema/json -u 103120/dictionaries/ts_103120_Dictionaries.schema.json -u 103280/TS_103_280.schema.json -i 103120/examples/json Loading