We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6098c5 commit a520e65Copy full SHA for a520e65
1 file changed
bin/stashcp
@@ -79,6 +79,10 @@ def doWriteBack(source, destination):
79
'cache': 'None',
80
'writeback': 'True'
81
}
82
+
83
+ if curl_exit != 0:
84
+ payload['status'] = "Failure"
85
86
es_send(payload)
87
return curl_exit
88
0 commit comments