mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Minor fix
This commit is contained in:
parent
c8fb2022e1
commit
f2de085dfe
@ -1043,9 +1043,9 @@ jobs:
|
|||||||
TERM: xterm
|
TERM: xterm
|
||||||
MAKEFLAGS: -j 10
|
MAKEFLAGS: -j 10
|
||||||
steps:
|
steps:
|
||||||
# NOTE: work around to git unsafe repository error by adding /project as a safe.directory
|
# NOTE: work around to git unsafe repository error by adding $CIRCLE_WORKING_DIRECTORY as a safe.directory
|
||||||
# See https://github.com/CircleCI-Public/cimg-base/issues/170
|
# See https://github.com/CircleCI-Public/cimg-base/issues/170
|
||||||
- run: git config --global --add safe.directory /project
|
- run: git config --global --add safe.directory ${CIRCLE_WORKING_DIRECTORY}
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
|
@ -51,7 +51,7 @@ docker build "scripts/docker/${IMAGE_NAME}" --file "scripts/docker/${IMAGE_NAME}
|
|||||||
|
|
||||||
echo "-- test_docker @ '${PWD}'"
|
echo "-- test_docker @ '${PWD}'"
|
||||||
|
|
||||||
# NOTE: Since /project/ is a dir from outside the container and the owner of the files is different,
|
# NOTE: Since ~/project is a dir from outside the container and the owner of the files is different,
|
||||||
# git show in the script refuses to work. It must be marked as safe to use first.
|
# git show in the script refuses to work. It must be marked as safe to use first.
|
||||||
# See https://github.blog/2022-04-12-git-security-vulnerability-announced/
|
# See https://github.blog/2022-04-12-git-security-vulnerability-announced/
|
||||||
docker run \
|
docker run \
|
||||||
|
Loading…
Reference in New Issue
Block a user