fix: fix how github workflow reports outdated resources

pull/1031/head
Sergii Leshchenko 2021-08-12 13:39:03 +03:00 committed by Serhii Leshchenko
parent 12f4ce5822
commit 68201fb679
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ checkRoles() {
)
if [[ " ${changedFiles[*]} " =~ $RoleYaml ]] || [[ " ${changedFiles[*]} " =~ $ClusterRoleYaml ]]; then
echo "[ERROR] Roles are not up to date: ${BASH_REMATCH}"
echo "[ERROR] Run 'olm/update-resources.sh' to update them."
echo "[ERROR] Run 'make update-resources -s' to update them."
exit 1
else
echo "[INFO] Roles are up to date."