Skip to content
Snippets Groups Projects

Add basic CI/CD functionality

Merged Mick Veldhuis requested to merge add-cicd-pipeline into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -34,8 +34,8 @@ sast:
validate:
stage: test
script:
- ls -lR /usr/local
- dpkg -l | egrep '(cwltool|node)'
# - ls -lR /usr/local
# - dpkg -l | egrep '(cwltool|node)'
- python3 -m pip list
- node --version
- cwltool --version
Loading