mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
Merge pull request #785 from balena-io/resinci-yml
Add a .resinci.yml to disable regular docker and npm builds
This commit is contained in:
commit
51117e00ec
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…
Reference in New Issue
Block a user