From 7b8e946b778967f669e855238efcbf850f9ade14 Mon Sep 17 00:00:00 2001 From: Stefan Graupner Date: Fri, 24 Nov 2017 22:33:47 +0100 Subject: [PATCH] refs #31: Change validator stable version to `production` --- config/oparl.php | 2 +- lib/Spec/Jobs/ValidatorBuildJob.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/oparl.php b/config/oparl.php index 4e999035..fdfef9af 100644 --- a/config/oparl.php +++ b/config/oparl.php @@ -17,7 +17,7 @@ 'latest' => 'master', ], 'validator' => [ - 'stable' => '~0.1', + 'stable' => 'production', 'latest' => 'master', ], 'schema' => [ diff --git a/lib/Spec/Jobs/ValidatorBuildJob.php b/lib/Spec/Jobs/ValidatorBuildJob.php index ca71fc42..2af22e91 100644 --- a/lib/Spec/Jobs/ValidatorBuildJob.php +++ b/lib/Spec/Jobs/ValidatorBuildJob.php @@ -21,7 +21,7 @@ public function __construct($treeish = '') public function handle(Filesystem $fs, Log $log) { - $repo = $this->getUpdatedHubSync($this->getRepository($fs), $log); + $this->getUpdatedHubSync($this->getRepository($fs), $log); } /**