Skip to content

Commit 037c68f

Browse files
committed
Don't update the project in CI
1 parent 12f96a3 commit 037c68f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/configs/projects.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ controller_projects:
1010
description: Test Project 1
1111
organization: Default
1212
wait: true
13-
update_project: true
13+
update_project: false
1414
- name: Demo Project
1515
scm_type: git
1616
scm_url: https://github.com/ansible/tower-example.git
@@ -19,17 +19,19 @@ controller_projects:
1919
description: Test Project 1
2020
organization: Default
2121
wait: true
22-
update_project: true
22+
update_project: false
2323
- name: Test Project 2
2424
scm_type: git
2525
scm_url: https://github.com/ansible/ansible-examples.git
2626
description: Test Project 2
2727
organization: Default
28+
update_project: false
2829
- name: Test Inventory source project
2930
scm_type: git
3031
scm_url: https://github.com/ansible/ansible-examples.git
3132
description: ansible-examples
3233
organization: Satellite
34+
update_project: false
3335
- name: Test Inventory source project with credential
3436
scm_type: git
3537
scm_url: https://github.com/ansible/ansible-examples.git

0 commit comments

Comments
 (0)