keon94 commented on code in PR #4724:
URL: 
https://github.com/apache/incubator-devlake/pull/4724#discussion_r1147882739


##########
.github/workflows/test-e2e.yml:
##########
@@ -42,27 +42,33 @@ jobs:
           MYSQL_ROOT_PASSWORD: root
     container: mericodev/lake-builder:latest
     steps:
-      - uses: actions/checkout@v3
+      - name: Checkout code
+        uses: actions/checkout@v3
+      - run: git config --global --add safe.directory $(pwd)

Review Comment:
   For some strange reason, code seems to get checked out with the wrong 
permissions, and this would lead to VCS-stamp errors during Golang build. 
Couldn't understand why nor could recreate it in anyway. I assume it has to do 
with the new base-image being used. Adding this command fixes that problem.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to