Skip to content

Commit

Permalink
Don't wait for update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed May 23, 2024
1 parent 037c68f commit 5c0c9d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/configs/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ controller_projects:
scm_clean: true
description: Test Project 1
organization: Default
wait: true
wait: false
update_project: false
- name: Demo Project
scm_type: git
Expand All @@ -18,19 +18,21 @@ controller_projects:
scm_clean: true
description: Test Project 1
organization: Default
wait: true
wait: false
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
wait: false
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
wait: false
update_project: false
- name: Test Inventory source project with credential
scm_type: git
Expand Down

0 comments on commit 5c0c9d1

Please sign in to comment.