diff --git a/compiler/run-validations.js b/compiler/run-validations.js index 17edfedd1c..0cc56f9a8c 100755 --- a/compiler/run-validations.js +++ b/compiler/run-validations.js @@ -174,7 +174,7 @@ async function run () { metadata.branchName = branchName spinner.text = 'Downloading recordings' - await $`node ${path.join(uploadRecordingsPath, 'download.js')} --branch ${branchName}` + await $`node ${path.join(uploadRecordingsPath, 'download.js')} --branch ${branchName} --git` spinner.text = 'Fetching artifacts' await $`node ${path.join(cloneEsPath, 'index.js')} --branch ${argv['branch']}`