Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[patch] CLI Build update to support Ansible Devops pre-release #290

Merged
merged 17 commits into from
May 12, 2023

Conversation

andrercm
Copy link
Contributor

@andrercm andrercm commented May 10, 2023

This PR will enhance the cli build system to download pre release master ibm-mas_devops-latest.tar.gz from Artifactory if no ibm-mas_devops.tar.gz is found in install-ansible folder, when building CLI from a branch.

@durera durera changed the title [minor] Improve build system [patch] Improve build system May 10, 2023
@andrercm
Copy link
Contributor Author

Only merge this PR when this PR is merged: https://github.com/ibm-mas/ansible-devops/pull/807/files

@andrercm andrercm changed the title [patch] Improve build system [patch] CLI Build update to support Ansible Devops pre-release master May 11, 2023
@andrercm andrercm marked this pull request as ready for review May 11, 2023 18:02
@andrercm
Copy link
Contributor Author

ok, i think it worked… when i have the tar.gz, cli uses this as ansible-devops collection in cli container::

[ibmmas/cli:4.2.2-pre.improve-build-system]mascli$ ansible-galaxy collection list ibm.mas_devops
Using /opt/app-root/src/ansible.cfg as config file

# /opt/app-root/lib64/python3.9/site-packages/ansible_collections
Collection     Version
-------------- -------
ibm.mas_devops 14.0.0

when i dont have, it uses the pre master of ansible-devops in cli container:

[ibmmas/cli:4.2.2-pre.improve-build-system]mascli$ ansible-galaxy collection list ibm.mas_devops
Using /opt/app-root/src/ansible.cfg as config file

# /opt/app-root/lib64/python3.9/site-packages/ansible_collections
Collection     Version
-------------- -----------------
ibm.mas_devops 13.7.2-pre.master

@durera durera merged commit 4309484 into master May 12, 2023
@durera durera deleted the improve-build-system branch May 12, 2023 10:09
@durera durera changed the title [patch] CLI Build update to support Ansible Devops pre-release master [patch] CLI Build update to support Ansible Devops pre-release May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants