remove circleci config, don't push on drone build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jeffrey Paul 2020-03-27 16:06:38 -07:00
parent 1c2fdf6349
commit 0683cd7b32
2 changed files with 2 additions and 15 deletions

View File

@ -1,10 +0,0 @@
version: 2
jobs:
build:
machine: true
steps:
- checkout
- run: |
make dist
- store_artifacts:
path: output

View File

@ -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}