Skip to content

Update reference to CI_COMMIT_REF to CI_COMMIT_SHA

Elliot Rushton requested to merge remove-ci-commit-ref into master

What does this MR do?

Changes a reference in a test to CI_COMMIT_SHA from the deprecated usage of CI_COMMIT_REF

Brought up in #3331 (closed) and related to !1513 (merged)

Why was this MR needed?

Because it got missed the first time around and a helpful member of the wider community opened an MR to update the docs but this needs updating too.

Are there points in the code the reviewer needs to double check?

That the tests still pass, which they should.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Merge request reports