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
2 files
+ 1
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,7 +6,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y \
wget \
nodejs \
python3 \
&& \
rm -rf /var/lib/apt/lists/*
@@ -20,4 +19,3 @@ RUN python3 -m pip install --no-cache-dir --upgrade \
RUN node --version
RUN cwltool --version
RUN python3 -m pip list
\ No newline at end of file
Loading