Skip to content

Commit b035918

Browse files
authored
[skip changelog] remove drone pipeline (#380)
1 parent 44b7765 commit b035918

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

Diff for: .drone.yml

-40
Original file line numberDiff line numberDiff line change
@@ -38,43 +38,3 @@ trigger:
3838

3939
depends_on:
4040
- test
41-
42-
---
43-
kind: pipeline
44-
name: nightly
45-
46-
steps:
47-
- name: fetch
48-
# extra step needed to fetch tags after cloning
49-
image: docker:git
50-
commands:
51-
- git fetch --tags
52-
53-
- name: build
54-
image: arduino/arduino-cli:builder-0.1
55-
commands:
56-
- goreleaser --snapshot
57-
58-
- name: upload
59-
image: plugins/s3
60-
settings:
61-
bucket: arduino-downloads-prod-beagle
62-
access_key:
63-
from_secret: downloads_drone_io_aws_access_key_id
64-
secret_key:
65-
from_secret: downloads_drone_io_aws_secret_access_key
66-
source: dist/*
67-
target: /${DRONE_REPO_NAME}/nightly
68-
strip_prefix: dist/
69-
exclude:
70-
- dist/config.yaml
71-
72-
trigger:
73-
status:
74-
# skip the release if the previous build failed
75-
- success
76-
ref:
77-
- refs/tags/nightly
78-
79-
depends_on:
80-
- test

0 commit comments

Comments
 (0)