commit | 392730ff25616759aec51363910429d64e7468d4 | [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 | bc26b6fde30e4a67844f52150817b4e396cd7e00 | |
parent | 3a7a69c203e39c87df0e040783c0cf10ca61d542 [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