From 0376ec5a50049148dd559b23a55bbfcc7f0fb1b5 Mon Sep 17 00:00:00 2001 From: zsp108 Date: Mon, 10 Oct 2022 06:11:15 +0000 Subject: [PATCH] fix(CI/CD):fix make cant get commit_id --- .github/workflows/pull_requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index fd5a5183a..1c750aae1 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -86,7 +86,7 @@ jobs: id: compile run: | mkdir build && cd build - # git config --global --add safe.directory /__w/stonedb/stonedb + git config --global --add safe.directory /__w/stonedb/stonedb cmake ../ \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/stonedb57/install \ -- GitLab