From 5feb31a42f13c2e34df4b76a0b722b3fa7c439e0 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 14 Jan 2022 15:02:31 +0100 Subject: fix(uti): Fixing broken code part V - UTI export breaks local execution - disabling useless tox rules Signed-off-by: Peter Mikus Change-Id: I2f610b08f06f437e4482f291fa7b47cbb7b92984 --- resources/libraries/bash/entry/check/model_version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/libraries/bash/entry/check/model_version.sh') diff --git a/resources/libraries/bash/entry/check/model_version.sh b/resources/libraries/bash/entry/check/model_version.sh index c886447900..2bcc628bfb 100644 --- a/resources/libraries/bash/entry/check/model_version.sh +++ b/resources/libraries/bash/entry/check/model_version.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Cisco and/or its affiliates. +# Copyright (c) 2022 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -33,7 +33,7 @@ source "${BASH_FUNCTION_DIR}/common.sh" || { impl_log="edited_files.log" git diff --name-only HEAD~ > "${impl_log}" -if ! grep -q '^resources/libraries/python/model' "${impl_log}"; then +if ! grep -q '^docs/model/current/schema/test_case*' "${impl_log}"; then # Failing grep means no model edits. warn "No model implementation edits detected." warn -- cgit 1.2.3-korg