grafana-toolkit: Remove stale reference to grafana-build-container (#28178)

* grafana-toolkit: Remove stale reference to grafana-build-container

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Update packages/grafana-toolkit/src/cli/tasks/nodeVersionChecker.ts

Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>

Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
This commit is contained in:
Arve Knudsen
2020-10-12 07:31:19 +02:00
committed by GitHub
co-authored by Hugo Häggmark
parent bcfddb83ea
commit 4d9374a051
@@ -67,8 +67,6 @@ const nodeVersionCheckerRunner: TaskRunner<NodeVersionCheckerOptions> = async ()
console.log(chalk.yellow('--------------------------------------------------------------------'));
console.log(chalk.yellow('All node versions seem ok.'));
console.log(chalk.yellow("Don't forget to sync https://github.com/grafana/grafana-build-container"));
console.log(chalk.yellow(`also if you changed the engine version in ${packageJsonFile}`));
console.log(chalk.yellow('--------------------------------------------------------------------'));
};