From 2498c7e4dcee0195c2ea8a3324768735d092130f Mon Sep 17 00:00:00 2001 From: Artem Sokolov Date: Thu, 30 Jan 2025 01:26:13 +0000 Subject: [PATCH] Removed pre-emptive docker rmi from CI --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddfaa83f..0d07a256 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,6 @@ jobs: run: mv ~/data/af/exemplar-001 ~/data - name: Test exemplar-001 with additional parameters run: | - docker rmi -f $(docker images -a -q) ./nextflow main.nf --in ~/data/exemplar-001 ${{ matrix.params }} ls -R ~/data/exemplar-001 - name: Upload processed result @@ -136,7 +135,6 @@ jobs: key: ex001-2022-02-24 - name: Test exemplar-001 step-by-step run: | - docker rmi -f $(docker images -a -q) ./nextflow main.nf --in ~/data/exemplar-001 --start-at registration --stop-at registration ./nextflow clean -f last ./nextflow main.nf --in ~/data/exemplar-001 --start-at segmentation --stop-at segmentation @@ -165,7 +163,6 @@ jobs: key: ex002-2022-02-24 - name: Test exemplar-002 run: | - docker rmi -f $(docker images -a -q) ./nextflow main.nf --in ~/data/exemplar-002 --tma --start-at registration --stop-at segmentation --segmentation mesmer docker rmi -f $(docker images -a -q) ./nextflow main.nf --in ~/data/exemplar-002 --tma --start-at quantification