remove circleci config, don't push on drone build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1c2fdf6349
commit
0683cd7b32
@ -1,10 +0,0 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
machine: true
|
||||
steps:
|
||||
- checkout
|
||||
- run: |
|
||||
make dist
|
||||
- store_artifacts:
|
||||
path: output
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user