From 0683cd7b322b1bd1c5cb40d196a52b2c5f535336 Mon Sep 17 00:00:00 2001 From: sneak Date: Fri, 27 Mar 2020 16:06:38 -0700 Subject: [PATCH] remove circleci config, don't push on drone build --- .circleci/config.yml | 10 ---------- .drone.yml | 7 ++----- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 1ce59cb..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -jobs: - build: - machine: true - steps: - - checkout - - run: | - make dist - - store_artifacts: - path: output diff --git a/.drone.yml b/.drone.yml index 35ab812..d86a3ce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,11 +6,8 @@ steps: image: plugins/docker settings: repo: sneak/feta - username: - from_secret: docker_username - password: - from_secret: docker_password - auto_tag: true + dry_run: true + #auto_tag: true tags: - ${DRONE_COMMIT_SHA} - ${DRONE_BRANCH}