From b8d4a8a97b47e8914341bdc19d14ed5a5380d6e5 Mon Sep 17 00:00:00 2001 From: Anthony Lin Date: Tue, 31 Oct 2017 19:33:27 +0000 Subject: [PATCH] Rename 'Armada_deploy_site' Dag for Testing In order to proceed with integration testing with CI/CD, there is a need to stop the 'armada_deploy_site' dag from being copied over to the Airflow containers as the Armada client codes is still being reviewed at the moment. This change is temporary and will be reversed once the Armada client related codes are reviewed and merged. Change-Id: I10dc4bed257ae63133a730e0b6c20d9885d47eed --- .../dags/{armada_deploy_site.py => armada_deploy_site.wip} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename shipyard_airflow/dags/{armada_deploy_site.py => armada_deploy_site.wip} (100%) diff --git a/shipyard_airflow/dags/armada_deploy_site.py b/shipyard_airflow/dags/armada_deploy_site.wip similarity index 100% rename from shipyard_airflow/dags/armada_deploy_site.py rename to shipyard_airflow/dags/armada_deploy_site.wip