Skip to content
Snippets Groups Projects

Add basic CI/CD functionality

Merged Mick Veldhuis requested to merge add-cicd-pipeline into main
Compare and Show latest version
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -16,3 +16,6 @@ RUN wget -q https://bootstrap.pypa.io/get-pip.py && \
RUN python3 -m pip install --no-cache-dir --upgrade \
nodejs-wheel \
cwltool
RUN node --version
RUN cwtool --version
\ No newline at end of file
Loading