Home
last modified time | relevance | path

Searched refs:commit_type (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/scripts/
H A Dinstall-third-party102 local commit_type="${info[2]}"
109 if [[ "$commit_type" == "branch" || "$commit_type" == "tag" ]] ; then
111 elif [[ "$commit_type" == "commit" ]] ; then
117 echo "$MSG_PREFIX Invalid commit type for $lib_name: $commit_type"
/arkcompiler/runtime_core/static_core/scripts/
H A Dinstall-third-party179 local commit_type="${info[2]}"
194 if [[ "$commit_type" == "branch" || "$commit_type" == "tag" ]] ; then
196 elif [[ "$commit_type" == "commit" ]] ; then
199 echo "$MSG_PREFIX Invalid commit type for $lib_name: $commit_type"

Completed in 2 milliseconds