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/09/27 21:02:59 UTC

[airavata] branch master updated: Ansible: change testdrive to staging branch

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 063ff91  Ansible: change testdrive to staging branch
063ff91 is described below

commit 063ff910966f582bece3b2062d50f64cbfe8fd82
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Sep 27 17:01:13 2021 -0400

    Ansible: change testdrive to staging branch
---
 .../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 160d89d..9b63921 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
@@ -21,7 +21,7 @@
 ---
 airavata_django_extra_dependencies:
   - git+https://github.com/machristie/custom_ui_tutorial_app_solution.git@main#egg=custom_ui_tutorial_app
-airavata_django_git_branch: "master"
+airavata_django_git_branch: "staging"
 vhost_servername: "testdrive.airavata.org"
 vhost_ssl: True
 ssl_certificate_file: "/etc/letsencrypt/live/testdrive.airavata.org/cert.pem"