Cover more base in forbidden SQL change check (#785)

* Cover more base in forbidden SQL change check

Update the forbidden SQL change detection script to include file deletion and
renaming as well as edits.
This commit is contained in:
Weimin Yu 2020-08-31 15:08:37 -04:00 committed by GitHub
parent 0e685940d8
commit 09dd6580d2
2 changed files with 13 additions and 6 deletions

View file

@ -15,7 +15,8 @@
# This file declares shell functions used by other scripts in this folder.
# Fetch the tag of the currently deployed release of Nomulus server
# or SQL schema.
# or SQL schema. The caller is responsible for fetching relevant git
# tags to the local repo.
function fetchVersion() {
local deployed_system=${1}
local env=${2}