Skip to content

Commit

Permalink
Update .circleci/scripts/collect-har-artifact.sh
Browse files Browse the repository at this point in the history
Co-Authored-By: Mark Stacey <[email protected]>
  • Loading branch information
kumavis and Gudahtt authored Sep 11, 2019
1 parent 9ada8c2 commit 141c76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/scripts/collect-har-artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -x

mkdir -p build-artifacts/yarn-install-har
mv *.har build-artifacts/yarn-install-har/
mv ./*.har build-artifacts/yarn-install-har/

0 comments on commit 141c76e

Please sign in to comment.