Skip to content

Commit

Permalink
Add scheduled status
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMieg committed Nov 13, 2023
1 parent f2b236c commit 35a1ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/abaputils/manageGitRepositoryUtils.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func PollEntity(repositoryName string, connectionDetails ConnectionDetailsHTTP,
}
status = pullEntity.Status
log.Entry().WithField("StatusCode", responseStatus).Info("Status: " + pullEntity.StatusDescription)
if pullEntity.Status != "R" {
if pullEntity.Status != "R" && pullEntity.Status != "Q" {

PrintLogs(repositoryName, connectionDetails, client)
break
Expand Down

0 comments on commit 35a1ece

Please sign in to comment.