-
Notifications
You must be signed in to change notification settings - Fork 180
Description
AL-Go version
8.2
Describe the issue
if OrgSettings + OrgSecret are being used to Deliver to blob storage the Initial commit will fail with
Error: Unexpected error when running action. Error Message: Error - unable to locate apps, StackTrace: at , D:\a_actions\microsoft\AL-Go-Actions\v8.2\Deliver\Deliver.ps1: line 308 <- at , D:\a_actions\microsoft\AL-Go-Actions\v8.2\Deliver\Deliver.ps1: line 302 <- at , D:\a_temp\65e3a2a2-9717-48fe-9093-d7a6d02cf2e1.ps1: line 3 <- at , D:\a_actions\microsoft\AL-Go-Actions\v8.2\Invoke-AlGoAction.ps1: line 21 <- at , D:\a_temp\65e3a2a2-9717-48fe-9093-d7a6d02cf2e1.ps1: line 2 <- at , : line 1
Expected behavior
Skip delivery section if no AL project are present in the repository.
Steps to reproduce
-
add a Org secret for STORAGECONTEXT.
-
add
"DeliverToStorage": {
"CreateContainerIfNotExist": true
},
to Org variable ALGOORGSETTINGS. -
create a new repository from AL-Go PTE template
-
let the Initial commit run to the delivery section.
Additional context (logs, screenshots, etc.)
this seems to be a similarly issue as #2083 only for delivery section instead of the sign section sign