From 29f5146ea21a3c17cd4d6b7419aa43540735a245 Mon Sep 17 00:00:00 2001 From: Adrien Carpentier Date: Fri, 17 May 2024 16:06:03 +0900 Subject: [PATCH] ci: remove wrong cache clearing logic --- .github/workflows/build_and_deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index eab9abe..dced88f 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -72,9 +72,6 @@ jobs: export COMPOSE_PROJECT_NAME=albert-tchapbot docker compose down - docker tag albert/tchapbot:latest albert/tchapbot:old || true - docker image rm albert/tchapbot:latest || true docker compose up --detach - docker image rm albert/tchapbot:old || true rm -rf /home/${{ secrets.CI_DEPLOY_USER }}/${{ env.CI_JOB_ID }}