From 995476964d2e4cbf1c98e9e9d69ab19c2e07dbe7 Mon Sep 17 00:00:00 2001 From: "tompage1994@hotmail.co.uk" Date: Thu, 23 May 2024 15:21:29 +0100 Subject: [PATCH] Don't update the project in CI --- tests/configs/projects.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/configs/projects.yml b/tests/configs/projects.yml index 287c551b2..5f51adae7 100644 --- a/tests/configs/projects.yml +++ b/tests/configs/projects.yml @@ -10,7 +10,7 @@ controller_projects: description: Test Project 1 organization: Default wait: true - update_project: true + update_project: false - name: Demo Project scm_type: git scm_url: https://github.com/ansible/tower-example.git @@ -19,17 +19,19 @@ controller_projects: description: Test Project 1 organization: Default wait: true - update_project: true + update_project: false - name: Test Project 2 scm_type: git scm_url: https://github.com/ansible/ansible-examples.git description: Test Project 2 organization: Default + update_project: false - name: Test Inventory source project scm_type: git scm_url: https://github.com/ansible/ansible-examples.git description: ansible-examples organization: Satellite + update_project: false - name: Test Inventory source project with credential scm_type: git scm_url: https://github.com/ansible/ansible-examples.git