From 44fc8a5355b1d7ddaf721e5435acfbbd5da73856 Mon Sep 17 00:00:00 2001 From: Ashwin Vaidya Date: Tue, 21 Feb 2023 09:01:08 +0100 Subject: [PATCH] Remove codacy from ci docs --- .ci/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.ci/README.md b/.ci/README.md index 5536ce0bff..fab78d9fdd 100644 --- a/.ci/README.md +++ b/.ci/README.md @@ -51,11 +51,3 @@ Follow the instructions on the screen to complete the installation. 1. Now the container is ready. Type `exit` to leave the container. - -1. Start github actions runner in detached mode in the container and set the - codacy token and the anomalib dataset environment variables. - - ```bash - sudo docker exec -d anomalib-ci-container /bin/bash -c \ - "export ANOMALIB_DATASET_PATH=/home/user/datasets;export CODACY_PROJECT_TOKEN= && /home/user/actions-runner/run.sh" - ```