Skip to content
Snippets Groups Projects
Commit ebd3d231 authored by Mick Veldhuis's avatar Mick Veldhuis
Browse files

Remove debug code

parent c9648e5b
No related branches found
No related tags found
1 merge request!6Add basic CI/CD functionality
Pipeline #99559 passed
......@@ -37,9 +37,4 @@ validate:
stage: test
needs: ["trigger_prepare"]
script:
- echo $CI_REGISTRY_IMAGE
- echo $CI_COMMIT_REF_SLUG
- python3 -m pip list
- node --version
- cwltool --version
- cwltool --debug --validate workflows/pipeline.cwl tests/pipeline_input.json
- cwltool --validate workflows/pipeline.cwl tests/pipeline_input.json
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment