Skip to content

Commit

Permalink
[core] Use proper external build id for Argos uploads (#33929)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Aug 15, 2022
1 parent 7609d5f commit 86d0027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pushArgos.js
Expand Up @@ -45,7 +45,7 @@ async function run() {
'--batchCount',
chunks.length,
'--external-build-id',
process.env.CIRCLE_SHA1,
process.env.CIRCLE_BUILD_NUM,
]);
// eslint-disable-next-line no-console -- pipe stdout
console.log(argosResults.stdout);
Expand Down

0 comments on commit 86d0027

Please sign in to comment.