From e3c9cd9f412088f32b14b1224fa6768f419d5f45 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Tue, 21 Sep 2021 13:41:58 -0400 Subject: [PATCH] Add COMMIT_SHA to build directory --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c8232fdf85..11b882d169 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -192,6 +192,7 @@ jobs: - run: yarn workspaces info | head -n -1 > workspace_info.txt - *restore_node_modules - run: echo "<< pipeline.git.revision >>" >> build2/COMMIT_SHA + - run: echo "<< pipeline.git.revision >>" >> build/COMMIT_SHA # Compress build directory into a single tarball for easy download - run: tar -zcvf ./build2.tgz ./build2 # TODO: Migrate scripts to use `build` directory instead of `build2` @@ -209,6 +210,7 @@ jobs: - attach_workspace: at: . - run: echo "<< pipeline.git.revision >>" >> build2/COMMIT_SHA + - run: echo "<< pipeline.git.revision >>" >> build/COMMIT_SHA - run: yarn workspaces info | head -n -1 > workspace_info.txt - *restore_node_modules - run: