From 2c3514f1aded192985c5972784f450272f50de95 Mon Sep 17 00:00:00 2001 From: Zilin Fang Date: Thu, 22 Feb 2024 15:47:00 +0800 Subject: [PATCH] fix: auto cleaned ci container Signed-off-by: Zilin Fang --- .github/workflows/aspect-test-v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aspect-test-v2.yaml b/.github/workflows/aspect-test-v2.yaml index 28c12e40..590d08d1 100644 --- a/.github/workflows/aspect-test-v2.yaml +++ b/.github/workflows/aspect-test-v2.yaml @@ -36,7 +36,7 @@ jobs: node $1 EOF cat > test_scripts/run.sh << EOF - docker run --name testenv -v $(pwd)/test_scripts:/test_scripts -i simonalphafang/aspect-tooling:0.0.4 /bin/bash -c /test_scripts/init_env.sh $1 + docker run --rm --name testenv -v $(pwd)/test_scripts:/test_scripts -i simonalphafang/aspect-tooling:0.0.4 /bin/bash -c /test_scripts/init_env.sh $1 EOF chmod +x -R test_scripts/