This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1472
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1472 by this push:
     new b35145f  [DLAB-1472]: fixed issue with local endpoint
b35145f is described below

commit b35145f5990dc69bbf5192e7017f93406af127d9
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Thu Jan 23 17:09:47 2020 +0200

    [DLAB-1472]: fixed issue with local endpoint
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py 
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 6eee615..2278399 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -514,13 +514,13 @@ def ensure_jar_endpoint():
             if args.cloud_provider == "aws":
                 conn.run('wget -P {}  --user={} --password={} '
                          
'https://{}/repository/packages/aws/provisioning-service-'
-                         '2.1.jar --no-check-certificate'
+                         '2.2.jar --no-check-certificate'
                          .format(web_path, args.repository_user,
                                  args.repository_pass, 
args.repository_address))
             elif args.cloud_provider == "gcp":
                 conn.run('wget -P {}  --user={} --password={} '
                          
'https://{}/repository/packages/gcp/provisioning-service-'
-                         '2.1.jar --no-check-certificate'
+                         '2.2.jar --no-check-certificate'
                          .format(web_path, args.repository_user,
                                  args.repository_pass, 
args.repository_address))
             conn.run('mv {0}/*.jar {0}/provisioning-service.jar'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to