mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 02:06:00 +02: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:
parent
0e685940d8
commit
09dd6580d2
2 changed files with 13 additions and 6 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue