mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
Increase number of service to 5 in cloudbuild-deploy (#2248)
This commit is contained in:
parent
1b0919eaff
commit
01f868cefc
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ steps:
|
|||
grep -e "^backend\|^default\|^bsa\|^pubapi\|^tools" |\
|
||||
while read line; do echo "${TAG_NAME},$line"; done | tee "$local_map"
|
||||
num_versions=$(cat "$local_map" | wc -l)
|
||||
if [ "$num_versions" -ne 4 ]; then
|
||||
echo "Expecting exactly four active services. Found $num_versions"
|
||||
if [ "$num_versions" -ne 5 ]; then
|
||||
echo "Expecting exactly five active services. Found $num_versions"
|
||||
exit 1
|
||||
fi
|
||||
gsutil cp "$local_map" gs://$PROJECT_ID-deployed-tags/nomulus.${_ENV}.tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue