chore: remove stale .drone.yml (#37)
Remove obsolete Drone CI config. Added to .gitignore. .golangci.yaml was already removed from next branch. Co-authored-by: user <user@Mac.lan guest wan> Reviewed-on: #37 Co-authored-by: clawbot <clawbot@noreply.example.org> Co-committed-by: clawbot <clawbot@noreply.example.org>
This commit is contained in:
parent
ae70cf6fb5
commit
6d1bdbb00f
23
.drone.yml
23
.drone.yml
@ -1,23 +0,0 @@
|
||||
kind: pipeline
|
||||
name: test-docker-build
|
||||
|
||||
steps:
|
||||
- name: test-docker-build
|
||||
image: plugins/docker
|
||||
network_mode: bridge
|
||||
settings:
|
||||
repo: sneak/mfer
|
||||
build_args_from_env: [ DRONE_COMMIT_SHA ]
|
||||
dry_run: true
|
||||
custom_dns: [ 116.202.204.30 ]
|
||||
tags:
|
||||
- ${DRONE_COMMIT_SHA:0:7}
|
||||
- ${DRONE_BRANCH}
|
||||
- latest
|
||||
- name: notify
|
||||
image: plugins/slack
|
||||
settings:
|
||||
webhook:
|
||||
from_secret: SLACK_WEBHOOK_URL
|
||||
when:
|
||||
event: pull_request
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,3 +3,6 @@
|
||||
*.tmp
|
||||
*.dockerimage
|
||||
/vendor
|
||||
|
||||
# Stale files
|
||||
.drone.yml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user