Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13965812
D13928.id33616.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
904 B
Referenced Files
None
Subscribers
None
D13928.id33616.diff
View Options
diff --git a/src/applications/harbormaster/step/HarbormasterCommandBuildStepImplementation.php b/src/applications/harbormaster/step/HarbormasterCommandBuildStepImplementation.php
--- a/src/applications/harbormaster/step/HarbormasterCommandBuildStepImplementation.php
+++ b/src/applications/harbormaster/step/HarbormasterCommandBuildStepImplementation.php
@@ -39,13 +39,14 @@
public function execute(
HarbormasterBuild $build,
HarbormasterBuildTarget $build_target) {
+ $viewer = PhabricatorUser::getOmnipotentUser();
$settings = $this->getSettings();
$variables = $build_target->getVariables();
$artifact = $build_target->loadArtifact($settings['hostartifact']);
$impl = $artifact->getArtifactImplementation();
- $lease = $impl->loadArtifactLease();
+ $lease = $impl->loadArtifactLease($viewer);
$this->platform = $lease->getAttribute('platform');
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 17 2024, 4:24 AM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6720591
Default Alt Text
D13928.id33616.diff (904 B)
Attached To
Mode
D13928: Probably fix bad loadArtifactLease() call
Attached
Detach File
Event Timeline
Log In to Comment