Upgrade build script to 8-character git hashes per the old system
This commit is contained in:
@@ -67,7 +67,7 @@ build() {
|
|||||||
local job_name=$JOB_BASE_NAME
|
local job_name=$JOB_BASE_NAME
|
||||||
local build_type=$BUILD_TYPE
|
local build_type=$BUILD_TYPE
|
||||||
local build_number=$BUILD_NUMBER
|
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
|
local arch=$1
|
||||||
shift
|
shift
|
||||||
local cmake_flags=$*
|
local cmake_flags=$*
|
||||||
|
Reference in New Issue
Block a user