-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(project-info.js): drop support for legacy configuation file
Earlier versions of the cli used to keep the image name in a separate file in the manifest directory. This was removed in favor of the new json file but the cli continued to migrate from this old file. Migration code path is now being removed. To properly cleanup your project, make sure you run the previous major version of the tool at least once, or manually remove the `docker-image` file from `.libdragon` folder. BREAKING CHANGE: The cli will no longer migrate the `.libdragon/docker-image` Either make sure you run the 10.x version once for your project or remove the file manually.
- Loading branch information
1 parent
8c768fd
commit 880f38d
Showing
2 changed files
with
2 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters