Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ process_xsd: interruptible: true script: - python3 testing/xsd_process.py - forgeschema -c testing/103120.json process_json: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" Loading @@ -41,7 +42,6 @@ process_json: - 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 generate_artefacts: image: "forge.etsi.org:5050/li/schemas-definitions/forgelib" stage: build Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ process_xsd: interruptible: true script: - python3 testing/xsd_process.py - forgeschema -c testing/103120.json process_json: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" Loading @@ -41,7 +42,6 @@ process_json: - 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 generate_artefacts: image: "forge.etsi.org:5050/li/schemas-definitions/forgelib" stage: build Loading