This fixes #1458 (closed) problem with custom_directives + "%CURRENT_%".
The problem is that the self.custom_directives is assigned before processing "%CURRENT_%"
The solution is to change the updating processing order so it first loads all platform current variables, then the current job, and then the rest.
-
Pytest
FYI @froura