Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14031265
D13932.id33628.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
695 B
Referenced Files
None
Subscribers
None
D13932.id33628.diff
View Options
diff --git a/src/applications/harbormaster/step/HarbormasterUploadArtifactBuildStepImplementation.php b/src/applications/harbormaster/step/HarbormasterUploadArtifactBuildStepImplementation.php
--- a/src/applications/harbormaster/step/HarbormasterUploadArtifactBuildStepImplementation.php
+++ b/src/applications/harbormaster/step/HarbormasterUploadArtifactBuildStepImplementation.php
@@ -35,7 +35,8 @@
$variables);
$artifact = $build_target->loadArtifact($settings['hostartifact']);
- $lease = $artifact->loadDrydockLease();
+ $impl = $artifact->getArtifactImplementation();
+ $lease = $impl->loadArtifactLease();
$interface = $lease->getInterface('filesystem');
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 10, 9:55 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6721030
Default Alt Text
D13932.id33628.diff (695 B)
Attached To
Mode
D13932: Remove call to loadDrydockLease
Attached
Detach File
Event Timeline
Log In to Comment