awx icon indicating copy to clipboard operation
awx copied to clipboard

.git folder missing under project workspace /running/project

Open manojselukar opened this issue 1 year ago • 7 comments

Please confirm the following

  • [X] I agree to follow this project's code of conduct.
  • [X] I have checked the current issues for duplicates.
  • [X] I understand that the AWX Operator is open source software provided for free and that I might not receive a timely response.

Bug Summary

After starting job, seen repository is being cloned under /runner/project is missing .git folder

bash-4.4# pwd /runner/project

bash-4.4# ls -a . .. .DS_Store .gitmodules README.md ansible ansible-lint.yaml ansible.cfg docker docs jenkins mkdocs.yml scripts src yaml_lint.yaml bash-4.4#

AWX Operator version

2.2.1

AWX version

22.3.0

Kubernetes platform

kubernetes

Kubernetes/Platform version

v1.22.6

Modifications

no

Steps to reproduce

Create a template > run job > login to running automation container >> cd /runner/project

Expected results

repository clone path should have .git folder

bash-4.4# ls -a . .. .git .DS_Store .gitmodules README.md ansible ansible-lint.yaml ansible.cfg docker docs jenkins mkdocs.yml scripts src yaml_lint.yaml

Actual results

bash-4.4# ls -a . .. .DS_Store .gitmodules README.md ansible ansible-lint.yaml ansible.cfg docker docs jenkins mkdocs.yml scripts src yaml_lint.yaml

Additional information

also the additional roles get cloned from repos specified under file requirements.yml also missing .git folders

Operator Logs

No response

manojselukar avatar Jun 21 '23 22:06 manojselukar