Compare commits
No commits in common. "master" and "v0.0.1" have entirely different histories.
2 changed files with 12 additions and 57 deletions
54
.drone.yml
54
.drone.yml
|
@ -1,47 +1,17 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: start-github-action
|
||||
name: default
|
||||
steps:
|
||||
- name: create workflow_dispatch event
|
||||
image: itsblue.dev/plugins/github-workflow-controller
|
||||
settings:
|
||||
github_token:
|
||||
from_secret: github-token
|
||||
github_repo: "dorianim/drone-runner"
|
||||
workflow_id: "drone.yml"
|
||||
workflow_actions: start
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: macos
|
||||
|
||||
platform:
|
||||
os: darwin
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
- name: env
|
||||
image: ubuntu
|
||||
commands:
|
||||
- sw_vers
|
||||
- env
|
||||
|
||||
depends_on:
|
||||
- start-github-action
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: stop-github-action
|
||||
steps:
|
||||
- name: cancel and delete workflow
|
||||
image: itsblue.dev/plugins/github-workflow-controller
|
||||
- name: release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
github_token:
|
||||
from_secret: github-token
|
||||
github_repo: "dorianim/drone-runner"
|
||||
workflow_id: "drone.yml"
|
||||
workflow_actions: cancel,delete
|
||||
|
||||
depends_on:
|
||||
- macos
|
||||
base_url: https://itsblue.dev
|
||||
api_key:
|
||||
from_secret: gitea-token
|
||||
files: [CHANGELOG, README.md]
|
||||
when:
|
||||
event: tag
|
|
@ -1,15 +0,0 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.21'
|
||||
|
||||
- uses: https://itsblue.dev/actions/codeberg-pages-deploy@v1
|
||||
with:
|
||||
folder: assets
|
Loading…
Reference in a new issue