Skip to content

Commit

Permalink
Fix: CI Core builds should use their branch names instead of master.
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoCanessa committed Sep 4, 2024
1 parent 9c000ab commit ba5574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fhir-candle/_ForPackages/FhirCiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ private async Task<List<FhirCiQaRecord>> downloadCoreQAs()
BuildDate = ciBuildDate,
BuildDateIso = ciBuildDate,
FhirVersion = ciFhirVersion,
RepositoryUrl = "HL7/fhir/branches/master/qa.json"
RepositoryUrl = $"HL7/fhir/branches/{ciBranchRec.Name}/qa.json"
});
}
}
Expand Down

0 comments on commit ba5574c

Please sign in to comment.