File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments