Skip to content
Snippets Groups Projects

Add basic CI/CD functionality

Merged Mick Veldhuis requested to merge add-cicd-pipeline into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -34,4 +34,9 @@ sast:
validate:
stage: test
script:
- node --version
- cwltool --version
- ls -lR /usr/local
- dpkg -l | egrep '(cwltool|node)'
- python3 -m pip list
- cwltool --debug --validate workflows/pipeline.cwl tests/pipeline_input.json
Loading