Skip to content

Refactoring: remove RELEASE_NAME from deploy targets

Tim Jaacks requested to merge remove-release-name-from-deploy-target into master

Append it to the configured target at the deploy class level instead. This removes the need for eval'ing the variables before usage. RELEASE_NAME can be used directly at the class level because it is known from build-version.env.

This makes the deploy behavior identical to the Azure stage.

Merge request reports