You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/06/17 17:48:59 UTC

[airavata] branch master updated: Ansible: update custom ui tutorial solution repo installed in testdrive

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

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new e4a6f13  Ansible: update custom ui tutorial solution repo installed in testdrive
e4a6f13 is described below

commit e4a6f13c3ec68c7a2ee174e5095b2dd7d5bd02d3
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jun 17 12:48:12 2021 -0400

    Ansible: update custom ui tutorial solution repo installed in testdrive
---
 .../ansible/inventories/scigap/production/host_vars/testdrive/vars.yml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
index f3e6565..bf83d5e 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
@@ -20,7 +20,7 @@
 
 ---
 airavata_django_extra_dependencies:
-  - git+https://github.com/machristie/gateways19-tutorial.git@solution#egg=gateways19-tutorial
+  - git+https://github.com/machristie/custom_ui_tutorial_app.git@main#egg=custom_ui_tutorial_app
 vhost_servername: "testdrive.airavata.org"
 vhost_ssl: True
 ssl_certificate_file: "/etc/letsencrypt/live/testdrive.airavata.org/cert.pem"