Closed NymanRobin closed 6 months ago
Maybe @Rozzii or @dtantsur can verify if this is the correct way to go about fixing the build?
/lgtm
@Rozzii: adding LGTM is restricted to approvers and reviewers in OWNERS files.
/cc @dtantsur @elfosardo Any chance you can have a look?
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: elfosardo
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@tuminoid: adding LGTM is restricted to approvers and reviewers in OWNERS files.
Thanks for the review @dtantsur! I have now updated the PR :)
/lgtm
With the sunset of the tripleo-repos project, the docker build started failing. It appears that using pip is now the preferred method for installing the ironic-client for Python instead of using RPM packages. To fix the docker build, switch the build to use pip for installation.
This fixes: #19
After the build is fixed we can try to keep it healthy in the future with #20