Skip to content

Commit

Permalink
test new package addition in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 7, 2024
1 parent ba8b8a5 commit a245642
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 90 deletions.
65 changes: 18 additions & 47 deletions src/PackageRegistryService/Data/arc-validate-package-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,24 @@
"ReleaseNotes": "Initial release"
}
},
{
"RepoPath": "src/PackageRegistryService/StagingArea/temp/[email protected]",
"FileName": "[email protected]",
"LastUpdated": "2024-03-07T16:04:01+01:00",
"ContentHash": "D41D8CD98F00B204E9800998ECF8427E",
"Metadata": {
"Name": "",
"Summary": "",
"Description": "",
"MajorVersion": 0,
"MinorVersion": 0,
"PatchVersion": 0,
"Publish": false,
"Authors": [],
"Tags": [],
"ReleaseNotes": ""
}
},
{
"RepoPath": "src/PackageRegistryService/StagingArea/test/[email protected]",
"FileName": "[email protected]",
Expand Down Expand Up @@ -118,53 +136,6 @@
"ReleaseNotes": "add authors and tags for further testing"
}
},
{
"RepoPath": "src/PackageRegistryService/StagingArea/test/[email protected]",
"FileName": "[email protected]",
"LastUpdated": "2024-03-07T16:02:19+01:00",
"ContentHash": "618DC951075C63B2FDCE12450A584190",
"Metadata": {
"Name": "test",
"Summary": "this package is here for testing purposes only.",
"Description": "this package is here for testing purposes only.",
"MajorVersion": 3,
"MinorVersion": 0,
"PatchVersion": 0,
"Publish": true,
"Authors": [
{
"FullName": "John Doe",
"Email": "[email protected]",
"Affiliation": "University of Nowhere",
"AffiliationLink": "https://nowhere.edu"
},
{
"FullName": "Jane Doe",
"Email": "[email protected]",
"Affiliation": "University of Somewhere",
"AffiliationLink": "https://somewhere.edu"
}
],
"Tags": [
{
"Name": "validation",
"TermSourceREF": "",
"TermAccessionNumber": ""
},
{
"Name": "my-package",
"TermSourceREF": "",
"TermAccessionNumber": ""
},
{
"Name": "thing",
"TermSourceREF": "",
"TermAccessionNumber": ""
}
],
"ReleaseNotes": "add authors and tags for further testing"
}
},
{
"RepoPath": "src/PackageRegistryService/StagingArea/test/[email protected]",
"FileName": "[email protected]",
Expand Down
Empty file.
43 changes: 0 additions & 43 deletions src/PackageRegistryService/StagingArea/test/[email protected]

This file was deleted.

0 comments on commit a245642

Please sign in to comment.