Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15412147
D14200.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
640 B
Referenced Files
None
Subscribers
None
D14200.diff
View Options
diff --git a/src/applications/harbormaster/step/HarbormasterHTTPRequestBuildStepImplementation.php b/src/applications/harbormaster/step/HarbormasterHTTPRequestBuildStepImplementation.php
--- a/src/applications/harbormaster/step/HarbormasterHTTPRequestBuildStepImplementation.php
+++ b/src/applications/harbormaster/step/HarbormasterHTTPRequestBuildStepImplementation.php
@@ -89,7 +89,7 @@
->newLog($uri, 'http.body')
->append($body);
- if ($status->getStatusCode() != 200) {
+ if ($status->getStatusCode() != 200 || $status->getStatusCode() != 201) {
throw new HarbormasterBuildFailureException();
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 11:30 AM (1 d, 10 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707433
Default Alt Text
D14200.diff (640 B)
Attached To
Mode
D14200: Allow 201 status code as a response for harbormaster build plans.
Attached
Detach File
Event Timeline
Log In to Comment