if ! cmp sohstationviewer/database/soh.db sohstationviewer/database/backup.db; then
echo "Backup database (sohstationviewer/database/backup.db) is different from working database (sohstationviewer/database/soh.db). Please copy the working database to the backup database."
exit 1
fi
\ No newline at end of file
fi
check-changelog:
tags:
-passoft
stage:Build Env and Test
before_script:
-''
script:
-|-
if ! cmp sohstationviewer/CHANGELOG.rst HISTORY.rst; then
echo "The changelog is different from (sohstationviewer/CHANGELOG) is different from the history file (HISTORY.rst). Please ensure both files have the same content."