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:
Pablo Carranza Vélez 2018-11-02 07:42:43 -07:00 committed by GitHub
commit 51117e00ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.resinci.yml Normal file
View File

@ -0,0 +1,11 @@
---
reviewers: 1
docker:
publish: false
builds:
- dockerfile: Dockerfile
path: .
docker_repo: balena/amd64-supervisor
publish: false
npm:
run: false