Skip to content

Rollback will not work because Envoy will still fetch latest commit from the…

Muhammad Nuzaihan requested to merge muhammadn/gitlab-ce:patch-28 into master

What does this MR do?

Rollback currently will not work for Laravel deployments because Envoy will still fetch latest commit from the master branch in the git repository.

These additions is to enforce the deployed code follow's the build $CI_COMMIT_SHA hash.

Thus this will make rollbacks work again.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Muhammad Nuzaihan

Merge request reports