You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
deploy should return success when filtering artifact with a realese definition result in empty list
To Reproduce
Steps to reproduce the behavior:
generate an artifact in artifacts folder
use deploy command with a releaseconfig which do not contain this artifact
Expected behavior
The command should return 0, allowing process to continue
Screenshots
💻W2022-012 📂aviv_platform_crm_salesforce on qol via v18.18.2 took 7s
❯_ ❯ npx sfp deploy -o [email protected] --releaseconfig=releases/definitions/be.yml
------------------------------------------------------------------------------------------
sfp -- ❤️ by flxbl.io ❤️ -Version:38.4.1 -Release:April 24
------------------------------------------------------------------------------------------
command: install
Skip artifacts if already installed: false
Artifact Directory: artifacts
Target Environment: [email protected]
Filter according to: releases/definitions/be.yml
------------------------------------------------------------------------------------------
Filtering packages to be deployed based on release config releases/definitions/be.yml
Error: No artifacts from project config to be deployed
------------------------------------------------------------------------------------------
0 artifacts installed in 00:00:09.682 with {0} errors
------------------------------------------------------------------------------------------
💻W2022-012 📂aviv_platform_crm_salesforce on qol via v18.18.2 took 14s
❯_ ❯ echo $?
False
Platform Details (please complete the following information):
Describe the bug
deploy should return success when filtering artifact with a realese definition result in empty list
To Reproduce
Steps to reproduce the behavior:
deploy
command with a releaseconfig which do not contain this artifactExpected behavior
The command should return 0, allowing process to continue
Screenshots
Platform Details (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: