From a1c195acabf3b6c37edcb714ffee2f7c5cd51c5d Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Tue, 7 Dec 2021 20:36:45 +0800 Subject: [PATCH] fix spelling bug --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e094e05..b9a68a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -87,7 +87,7 @@ jobs: - run: name: Get hash of frontend code command: | - find ./admin-frontend/src -type f -exec md5sum {} + | LC_ALL=C sort > fontend.hash + find ./admin-frontend/src -type f -exec md5sum {} + | LC_ALL=C sort > frontend.hash md5sum ./admin-frontend/yarn.lock >> frontend.hash cat frontend.hash - persist_to_workspace: