Skip to content

Commit

Permalink
Merge pull request #508 from tomleb/gha-migration-2.7
Browse files Browse the repository at this point in the history
[v2.7] Migrate to GHA
  • Loading branch information
ericpromislow authored May 22, 2024
2 parents 9a7cfbd + a9952ed commit 54ee168
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 46 deletions.
46 changes: 0 additions & 46 deletions .drone.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

on:
pull_request: {}
push:
branches:
- master
- release/*

jobs:
ci:
runs-on : ubuntu-latest
container:
image: rancher/dapper:v0.6.0
steps:
- name: Add Git
run: apk add -U git
- name: Checkout code
# https://github.com/actions/checkout/releases/tag/v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name : Run dapper ci
run: dapper ci

0 comments on commit 54ee168

Please sign in to comment.