From 0754201b8dbc1cbdc9eaabe869998098cc6c1fd5 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 31 Jan 2023 00:55:12 +0100 Subject: [PATCH] Delete .circleci directory the config.yml file calls the non-existent file ./package/conda/run_docker_build.sh --- .circleci/config.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 11070f5219..0000000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: 2 - -jobs: - build: - working_directory: ~/test - machine: true - steps: - - checkout - - run: - command: docker pull condaforge/linux-anvil - - run: - # Run, test and (if we have a BINSTAR_TOKEN) upload the distributions. - command: ./package/conda/run_docker_build.sh - -workflows: - version: 2 - build_and_test: - jobs: - - build