UNCLASSIFIED - NO CUI

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

ci: added linting for changelog and version

parent 65cc93b1
No related branches found
No related tags found
1 merge request!158Linting for changelog and version
......@@ -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