Update infra

Related-To: NEO-7073
Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:
Pawel Cieslak
2022-09-19 14:11:21 +02:00
committed by Compute-Runtime-Automation
parent 6b3ac9f1e2
commit afc5596a0a
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ components:
branch: master
dest_dir: infra
fetch_tags: true
revision: v4160
revision: v4172
type: git
internal:
branch: master

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright (C) 2021 Intel Corporation
# Copyright (C) 2021-2022 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
@ -12,7 +12,7 @@ get_api_version() {
API_VERSION="${API_VERSION:-}"
API_VERSION_SRC="${API_VERSION_SRC:-}"
API_DEB_MODEL_LINK=""
API_RPM_MODEL_LINK=""
API_RPM_MODEL_LINK="1"
if [ "${COMPONENT_MODEL}" != "ci" ]; then
API_DEB_MODEL_LINK="~${COMPONENT_MODEL:-unknown}${BUILD_ID:-0}"
API_RPM_MODEL_LINK=".${COMPONENT_MODEL:-unknown}${BUILD_ID:-0}"