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
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,10 @@ FROM ubuntu:22.04
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y \
nodejs \
cwltool \
nodejs \
&& \
rm -rf /var/lib/apt/lists/*
RUN node --version
RUN cwltool --version
\ No newline at end of file
Loading