Skip to content

Commit aa8c481

Browse files
committed
Add contracts submodule
This is required in order to generate the balenaOS contracts used in release deployments. Change-type: patch Signed-off-by: Alex Gonzalez <alexg@balena.io>
1 parent 5b3071d commit aa8c481

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "balena-yocto-scripts"]
55
path = balena-yocto-scripts
66
url = https://github.com/balena-os/balena-yocto-scripts.git
7+
[submodule "contracts"]
8+
path = contracts
9+
url = https://github.com/balena-io/contracts.git

contracts

Submodule contracts added at 98c8c8e

repo.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ upstream:
66
url: 'http://github.com/balena-os/meta-balena'
77
- repo: 'balena-yocto-scripts'
88
url: 'http://github.com/balena-os/balena-yocto-scripts'
9+
- repo: 'contracts'
10+
url: 'https://github.com/balena-io/contracts.git'

0 commit comments

Comments
 (0)