Skip to content

Commit e3c9cd9

Browse files
committed
Add COMMIT_SHA to build directory
1 parent 0c81d34 commit e3c9cd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
- run: yarn workspaces info | head -n -1 > workspace_info.txt
193193
- *restore_node_modules
194194
- run: echo "<< pipeline.git.revision >>" >> build2/COMMIT_SHA
195+
- run: echo "<< pipeline.git.revision >>" >> build/COMMIT_SHA
195196
# Compress build directory into a single tarball for easy download
196197
- run: tar -zcvf ./build2.tgz ./build2
197198
# TODO: Migrate scripts to use `build` directory instead of `build2`
@@ -209,6 +210,7 @@ jobs:
209210
- attach_workspace:
210211
at: .
211212
- run: echo "<< pipeline.git.revision >>" >> build2/COMMIT_SHA
213+
- run: echo "<< pipeline.git.revision >>" >> build/COMMIT_SHA
212214
- run: yarn workspaces info | head -n -1 > workspace_info.txt
213215
- *restore_node_modules
214216
- run:

0 commit comments

Comments
 (0)