refactor: rename default cd config file from wyatt.yaml to cd_config.yaml
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Malo Léon 2024-02-19 15:07:37 +00:00
parent 3706ab8f1c
commit 3cebc34e46

View File

@ -18,7 +18,7 @@ abstract class AppConstants {
static const packageName = 'studio_cli';
static const executableName = 'wyatt';
static const configFileName = 'wyatt.yaml';
static const configFileName = 'cd_config.yaml';
static const requiredTools = ['fastlane', 'flutter', 'unzip', 'gpg'];
static const androidFolder = 'android';