Skip to content

Commit

Permalink
use proper external build id for argos uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Aug 15, 2022
1 parent 10ad00e commit 11c3888
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 11c3888

Please sign in to comment.