Compare commits
No commits in common. "4074ee4f3cce61815652a75bf3b2f14c4b9a2f05" and "2d0db7d73a4aead82438fc21a0955dc078f9e1f5" have entirely different histories.
4074ee4f3c
...
2d0db7d73a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ NORM=$(shell tput sgr0)
|
|||
ifeq ($(CONTAINER_NAME),)
|
||||
shell: .build
|
||||
$(info $(BOLD)Starting $(TOOLCHAIN_NAME)...$(NORM))
|
||||
docker run -it --rm -v "$(WORKSPACE_DIR)":/root/workspace $(TOOLCHAIN_NAME) /bin/bash -c "git config --global --add safe.directory '*' && exec bash"
|
||||
docker run -it --rm -v "$(WORKSPACE_DIR)":/root/workspace $(TOOLCHAIN_NAME) /bin/bash
|
||||
else
|
||||
shell:
|
||||
$(info $(BOLD)Connecting to running $(TOOLCHAIN_NAME)...$(NORM))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue