Upgrade build script to 8-character git hashes per the old system

This commit is contained in:
RichardG867
2021-11-12 15:16:19 -03:00
parent 6527fe9993
commit c4bb7e79a7

View File

@@ -67,7 +67,7 @@ build() {
local job_name=$JOB_BASE_NAME
local build_type=$BUILD_TYPE
local build_number=$BUILD_NUMBER
local git_hash=$(echo $GIT_COMMIT | cut -c1-7)
local git_hash=$(echo $GIT_COMMIT | cut -c1-8)
local arch=$1
shift
local cmake_flags=$*