We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make validate
1 parent 71e3fa5 commit 657a9d8Copy full SHA for 657a9d8
compiler/run-validations.js
@@ -174,7 +174,7 @@ async function run () {
174
metadata.branchName = branchName
175
176
spinner.text = 'Downloading recordings'
177
- await $`node ${path.join(uploadRecordingsPath, 'download.js')} --branch ${branchName}`
+ await $`node ${path.join(uploadRecordingsPath, 'download.js')} --branch ${branchName} --git`
178
179
spinner.text = 'Fetching artifacts'
180
await $`node ${path.join(cloneEsPath, 'index.js')} --branch ${argv['branch']}`
0 commit comments