mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-30 08:03:59 +00:00
Add a .resinci.yml to disable regular docker and npm builds
Change-type: patch Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
This commit is contained in:
parent
7e2e5f7ae6
commit
f4882a06d4
11
.resinci.yml
Normal file
11
.resinci.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
reviewers: 1
|
||||
docker:
|
||||
publish: false
|
||||
builds:
|
||||
- dockerfile: Dockerfile
|
||||
path: .
|
||||
docker_repo: balena/amd64-supervisor
|
||||
publish: false
|
||||
npm:
|
||||
run: false
|
Loading…
x
Reference in New Issue
Block a user