commit | 8cc9bed5f7a559ad638c49c66dfad35d8e33e98a | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Jun 15 16:11:54 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Wed Jun 15 16:11:54 2016 -0700 |
tree | c3d83e5dcbaff2ced0a37287529fb7f1d8905580 | |
parent | cbf0307dce466e719ab388dae50c29d5e72f60e2 [diff] |
no_update was preventing the recipe from doing anything
diff --git a/xos/configurations/common/disable-onboarding.yaml b/xos/configurations/common/disable-onboarding.yaml index 0dd1ded..acb75c8 100644 --- a/xos/configurations/common/disable-onboarding.yaml +++ b/xos/configurations/common/disable-onboarding.yaml
@@ -12,6 +12,5 @@ properties: no-create: true no-delete: true - no-update: true enable_build: false
diff --git a/xos/configurations/common/enable-onboarding.yaml b/xos/configurations/common/enable-onboarding.yaml index b31ac1d..98e433c 100644 --- a/xos/configurations/common/enable-onboarding.yaml +++ b/xos/configurations/common/enable-onboarding.yaml
@@ -12,6 +12,5 @@ properties: no-create: true no-delete: true - no-update: true enable_build: true