Skip to content
Snippets Groups Projects
Commit f7a8302b authored by Vlad Kondratiev's avatar Vlad Kondratiev
Browse files

input JSON is commented out from cwltool --validate

parent 9466ea51
Branches
No related tags found
1 merge request!3modified both the workflow and digitize step to provide only .h5 files as...
Pipeline #112585 passed
Pipeline: pulp2-cwl-redigitization

#112586

    ......@@ -38,8 +38,10 @@ validate:
    stage: test
    needs: ["trigger_prepare"]
    script:
    - cwltool --validate workflows/pulp2-xxyy-8bit-requantisation.cwl
    # Excluding input JSON from validation now as CI/CD can not correctly deal with files specified in secondaryFiles field in CWL.
    # Probably CI/CD checks the presence of these data at the server where gitlab runner runs.
    # - cwltool --validate workflows/pulp2-xxyy-8bit-requantisation.cwl tests/digitize_das6_input.json
    - cwltool --validate workflows/pulp2-xxyy-8bit-requantisation.cwl
    docker_build:
    stage: images
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment