Create separate BSA service (#2221)

This commit is contained in:
Pavlo Tkach 2023-11-15 18:38:26 -05:00 committed by GitHub
parent 445825957d
commit 572b7101cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 559 additions and 28 deletions

View file

@ -46,7 +46,7 @@ else
-PmavenUrl="${gcs_prefix}"/maven \
-PpluginsUrl="${gcs_prefix}"/plugins
for service in default pubapi backend tools
for service in default pubapi backend bsa tools
do
mv services/"${service}"/build/staged-app "${dest}/${service}"
done