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}