Skip to content

Commit

Permalink
Don't update the project in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed May 23, 2024
1 parent 12f96a3 commit 037c68f
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 @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 037c68f

Please sign in to comment.