Using after_script merging for printing VM details in all cases
Reuse the same anchor for the Yaml hidden keys we then extend on both c8 and cc7. Kind of deep merging for reusing as many CI scripts as possible.
CI anchor usage is kind of annoying when using extends, and even more in this case as after_scripts
can only be used with an array of commands, no possibility to use blocks (i.e. - |-
).
Edited by Daniel Juarez Gonzalez