Skip to content

.gitlab-ci.yml updates

Martin Hoyer requested to merge mhoyer/python-stqe:master into master
  • Removing unnecessary steps of rm -rf build/ dist/ stqe.egg-info .egg, as these files are not being created with our installation method.
  • Removing execution of env_setup.sh, replacing it with addition of python3-augeas to dnf install step.
  • Editing 'build' step so it actually builds. Testing by installing the built wheel. https://gitlab.com/mhoyer/python-stqe/-/jobs/2216428894
  • Removing&& $CI_COMMIT_TAG from publish step. I suspect this 'if' is the reason the publish step did not trigger. Since we're checking if _version.py file was changed(and that we are on upstream/master), we don't need to check for tag also, no?

Merge request reports