We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499af0c commit cdec499Copy full SHA for cdec499
1 file changed
recipe/deploy/update_code.php
@@ -74,6 +74,10 @@
74
$repository = get('repository');
75
$target = get('target');
76
77
+ if (empty($repository)) {
78
+ throw new ConfigurationException("Missing 'repository' configuration.");
79
+ }
80
+
81
$targetWithDir = $target;
82
if (!empty(get('sub_directory'))) {
83
$targetWithDir .= ':{{sub_directory}}';
0 commit comments