mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-20 00:08:25 -04:00
Fix spaghetti version in Docker (#530)
This commit is contained in:
@@ -11,6 +11,12 @@ set(NATO_PHONETIC_ALPHABET
|
||||
"Xray" "Yankee" "Zulu"
|
||||
)
|
||||
|
||||
execute_process(
|
||||
COMMAND git config --global --add safe.directory ${CMAKE_SOURCE_DIR}
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
OUTPUT_QUIET
|
||||
)
|
||||
|
||||
execute_process(
|
||||
COMMAND git describe --tags
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
|
||||
Reference in New Issue
Block a user