Merge pull request #1094 from balena-io/commit-to-release

Rename localcommit to localrelease in target state for local mode
This commit is contained in:
CameronDiver 2019-02-05 17:07:22 +00:00 committed by GitHub
commit 66fc47edae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,7 +297,7 @@ function generateTargetState(
targetState.local.apps = {
1: {
name: 'localapp',
commit: 'localcommit',
commit: 'localrelease',
releaseId: '1',
services,
volumes: composition.volumes || {},