feat(api): changed alerts_build script
This commit is contained in:
parent
7104348f9e
commit
277d5917fd
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ function make_submodule() {
|
|||
cp -R ./chalicelib/utils/{__init__,TimeUTC,pg_client,helper,event_filter_definition,dev,email_helper,email_handler,smtp,s3,metrics_helper}.py ./alerts/chalicelib/utils/
|
||||
# -- end of generated part
|
||||
|
||||
cp -R ./{Dockerfile.alerts,requirements.txt,.env.default} ./alerts/
|
||||
cp -R ./{Dockerfile.alerts,requirements_alerts.txt,.env.default} ./alerts/
|
||||
}
|
||||
|
||||
git_sha1=${IMAGE_TAG:-$(git rev-parse HEAD)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue