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 a27e2a1 commit 2942c94Copy full SHA for 2942c94
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