Skip to content

Commit

Permalink
Disable dev variant substitution as they have merged
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Sep 17, 2021
1 parent 7bc5c8c commit 96c1c3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/lib/components/balena/sdk.js
Expand Up @@ -612,8 +612,6 @@ module.exports = class BalenaSDK {
const versions = await this.balena.models.os.getSupportedVersions(
deviceType,
);
// make sure we always flash the development variant
version = versions.latest.replace('prod', 'dev');
}

const path = join(
Expand Down

0 comments on commit 96c1c3e

Please sign in to comment.