Externalise config

This commit is contained in:
Charles Care
2019-08-15 14:38:14 +01:00
parent 8d9431859e
commit 79d840c74a
7 changed files with 27 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ module Pipeline::Validation
def setup
track_slug = "demo"
demo_analyzer_repo = "/home/ccare/code/exercism/sample-analyzer"
demo_analyzer_repo = "https://github.com/exercism/stub-analyzer.git"
repo = Pipeline::AnalyzerRepo.new(demo_analyzer_repo)
workdir = "/tmp/analyzer-scratch/#{SecureRandom.uuid}"