UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0555c023 authored by Zachariah Dzielinski's avatar Zachariah Dzielinski
Browse files

ci: added linting for changelog and version

parent 79ae92de
No related branches found
No related tags found
1 merge request!158Linting for changelog and version
Pipeline #136056 failed
......@@ -25,4 +25,8 @@ echo "Local version: $local_version"
# error if the versions are not different
if [[ "$default_version" == "$local_version" ]]; then
echo "The version has not been updated in ${CHART_FILE}, please update this file"
fi
\ No newline at end of file
exit 1
fi
# default to success
exit 0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment