Merge branch '2.3.x' into 2.4.x

This commit is contained in:
Madhura Bhave 2021-06-24 09:52:44 -07:00
commit fb008a4b71
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class ArtifactoryService {
private boolean isAlreadyPromoted(String buildName, String buildNumber, String targetRepo) {
try {
logger.debug("Checking if alreay promoted");
logger.debug("Checking if already promoted");
ResponseEntity<BuildInfoResponse> entity = this.restTemplate
.getForEntity(BUILD_INFO_URL + buildName + "/" + buildNumber, BuildInfoResponse.class);
BuildInfoResponse.Status status = entity.getBody().getBuildInfo().getStatuses()[0];