Issue ID:
Type
Bug
Title:
FIX: No role in context when using variable role names as deployment target
Created:
8/6/2021 4:15:50 AM by Alana Tripp
Status:
Awaiting Release on 8/13/2021 10:07:08 AM
Last pulled:
8/13/2021 10:07:08 AM
Description:
I could reproduce on a basic installation. * Assign `roletest` to `localhost`. * Create application from blank template * Edit `Build` script to log $RoleName * Edit `Build` stage to deploy to `roletest` * run... and `roletest` is logged apprporiately * Create application variable, `$AppRole` with `roletest` as value * Edit `Build` stage to deploy to `$AppRole` * run... and nothing is logged