mirror of
https://github.com/google/nomulus
synced 2026-07-29 11:32:48 +00:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user