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.
1 parent 3b439c1 commit 4783999Copy full SHA for 4783999
.circleci/config.yml
@@ -191,6 +191,7 @@ jobs:
191
at: build2
192
- run: yarn workspaces info | head -n -1 > workspace_info.txt
193
- *restore_node_modules
194
+ - run: echo "<< pipeline.git.revision >>" >> build2/COMMIT_SHA
195
# Compress build directory into a single tarball for easy download
196
- run: tar -zcvf ./build2.tgz ./build2
197
- store_artifacts:
0 commit comments