mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
force error
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ before_script:
|
||||
if [[ EXIT_CODE -eq 0 ]]; then
|
||||
exit 0;
|
||||
elif [[ EXIT_CODE -eq 1 ]]; then
|
||||
MESSAGE="Could not install package";
|
||||
MESSAGE="Could not install package and configure package.";
|
||||
elif [[ EXIT_CODE -eq 2 ]]; then
|
||||
MESSAGE="Could not resolve dependencies.\n# You can ignore this error if your package does not support Symfony $SKELETON_VERSION";
|
||||
fi
|
||||
|
||||
@@ -3,4 +3,4 @@ async_aws:
|
||||
config:
|
||||
|
||||
# All installed clients are automatically autowired. Use this section to customize clients
|
||||
clients:
|
||||
cliXXXents:
|
||||
|
||||
Reference in New Issue
Block a user