Skip to content

Commit 6a85676

Browse files
committed
Switch from balenaCI to flowzone
Change-type: patch
1 parent 42bc513 commit 6a85676

File tree

4 files changed

+17
-33
lines changed

4 files changed

+17
-33
lines changed

.github/workflows/balena.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/flowzone.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Flowzone
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, closed]
6+
branches:
7+
- "main"
8+
- "master"
9+
10+
jobs:
11+
flowzone:
12+
name: Flowzone
13+
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
14+
secrets: inherit
15+
with:
16+
balena_slugs: balenablocks/browser-aarch64, balenablocks/browser-amd64, balenablocks/browser-armv7hf

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "balenaBlock that provides a chromium browser wrapped in some balena genius",
55
"main": "index.js",
66
"scripts": {
7-
7+
"test": "echo No tests yet"
88
},
99
"repository": {
1010
"type": "git",
@@ -36,4 +36,3 @@
3636
"set-interval-async": "^1.0.34"
3737
}
3838
}
39-

repo.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)