Skip to content

Fix certification_upload syntax error

Gerard Hickey requested to merge 584-fix-syntax into master

Summary

Context: https://gitlab.com/gitlab-org/cloud-native/gitlab-operator/-/jobs/2056102403

$ ruby scripts/redhat_certification.rb "${CI_COMMIT_REF_SLUG}"
Using 0-4-1 as the tag to submit for certification
sh: 1: Syntax error: "(" unexpected
The following errors have been collected:
	- Image with %{ENV[project_data[name]['version_variable']].sub(/-(ce|ee)$/, '')}-ubi8 tag not found for gitlab-operator

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened

Closes #584 (closed)

Edited by Mitchell Nielsen

Merge request reports