-
Notifications
You must be signed in to change notification settings - Fork 182
Skip Deliver and Deploy when no app artifacts exist #2129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
9c737bd
d9f710a
1570115
9596e4e
1c00551
67494a5
ae6d218
60a16fa
463560d
7678b81
23495bc
5542516
cb11b6e
4fa1f34
f76e075
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -294,6 +294,8 @@ Your custom delivery script receives a hash table with the following parameters: | |||||
|
|
||||||
| > **Note:** The folder parameters (`*Folder`) may be `$null` if no artifacts of that type were found. The plural versions (`*Folders`) contain arrays of all matching folders across different build modes. | ||||||
|
|
||||||
| > **Important:** The delivery step is automatically skipped at the workflow level when no app artifacts are available. This means your custom delivery script will not be executed if no app artifacts were built. This behavior prevents errors on initial commits when no apps have been built yet. | ||||||
|
||||||
| > **Important:** The delivery step is automatically skipped at the workflow level when no app artifacts are available. This means your custom delivery script will not be executed if no app artifacts were built. This behavior prevents errors on initial commits when no apps have been built yet. | |
| > **Important:** The delivery step is configured with a condition so that it is not run when no app artifacts are available. This means your custom delivery script will not be executed if no app artifacts were built. This behavior prevents errors on initial commits when no apps have been built yet. |
Uh oh!
There was an error while loading. Please reload this page.