Commit ddd682a1 authored by Roberto Sora's avatar Roberto Sora

add nightly pipeline

parent d511e2b5
......@@ -82,5 +82,32 @@ trigger:
- refs/tags/builder-*
- refs/tags/drone-*
depends_on:
- test
---
kind: pipeline
name: nightly
steps:
- name: build
image: arduino/arduino-cli:builder-0.1
commands:
- goreleaser --snapshot
- name: upload
image: plugins/s3
settings:
bucket: arduino-downloads-prod-beagle
access_key:
from_secret: downloads_drone_io_aws_access_key_id
secret_key:
from_secret: downloads_drone_io_aws_secret_access_key
source: dist/*
target: /${DRONE_REPO_NAME}/nightly
trigger:
cron: [ nightly ]
depends_on:
- test
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment