From 12ab8da8061917eabc6d7e462bc7ac89aa5fa57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabel=20Sch=C3=B6ps=20Thiel?= <155141998+IST-Github@users.noreply.github.com> Date: Mon, 1 Jan 2024 00:42:16 +0100 Subject: [PATCH] Delete circle.yml --- circle.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 circle.yml diff --git a/circle.yml b/circle.yml deleted file mode 100644 index bc95fe808b..0000000000 --- a/circle.yml +++ /dev/null @@ -1,9 +0,0 @@ -machine: - services: - - docker - -dependencies: - cache_directories: - - "isabelschoepd/ethash" # Cache the ethash DAG generated by hive for consecutive builds - - "isabelschoeps/docker" # Cache all docker images manually to avoid lengthy rebuilds -