Skip to content

Commit

Permalink
Remove usage of externalKey
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed May 30, 2019
1 parent e0dd045 commit 760cedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api-helper/goal/executeGoal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export async function executeGoal(rules: { projectLoader: ProjectLoader, goalExe
);
}

logger.info(`Running ${goalEvent.name}. Triggered by ${goalEvent.state} status: ${goalEvent.externalKey}: ${goalEvent.description}`);
logger.info(`Running ${goalEvent.uniqueName} on ${goalEvent.sha}`);

async function notifyGoalExecutionListeners(sge: SdmGoalEvent, result?: ExecuteGoalResult, error?: Error): Promise<void> {
const inProcessGoalExecutionListenerInvocation: GoalExecutionListenerInvocation = {
Expand Down

0 comments on commit 760cedf

Please sign in to comment.