Skip to content
Snippets Groups Projects
Commit f711be3d authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: add sourceUrl to branches cache

parent 028182c7
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ export interface BranchUpgradeCache {
newDigest?: string;
newValue?: string;
toVersion?: string;
sourceUrl?: string;
}
export interface BranchCache {
......
......@@ -26,6 +26,7 @@ function generateBranchUpgradeCache(
toVersion,
currentDigest,
newDigest,
sourceUrl,
} = upgrade;
return {
datasource,
......@@ -36,6 +37,7 @@ function generateBranchUpgradeCache(
toVersion,
currentDigest,
newDigest,
sourceUrl,
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment