Page MenuHomePhabricator

D14200.diff
No OneTemporary

D14200.diff

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

Mime Type
text/plain
Expires
Mon, May 26, 11:35 AM (18 h, 59 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8027803
Default Alt Text
D14200.diff (640 B)

Event Timeline