Skip to content

Fix CI_PROJECT_DIR handling

Kamil Trzciński requested to merge fix-project-dir-masking into master

What does this MR do?

Fixes missing CI_PROJECT_DIR. This happens due to fact that GetAllVariables is dependent on ordering of execution, basically it wants to be executed after StartBuild. Currently, I don't see a way to enforce that as the GetAllVariables is all over the place, but we can force it to be re-evaluated next time, thus solve the problem.

This was added in !1204 (merged)

Why was this MR needed?

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

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?

Fixes #4043 (closed)

Edited by Steve Xuereb

Merge request reports