Skip to content

Commit 8128146

Browse files
author
Microchip Technology
committed
updated metadata
1 parent 910ba61 commit 8128146

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.citd/Jenkinsfilek8s

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ pipeline {
3131
DEPLOY_EXCLUDE_FOLDER_FILE_LIST = 'mchp_private,.mchp_private,sandbox,.sandbox'
3232
//Branch(s) to be deployed, if multiple branches use comma separator. DEPLOY_BRANCH_LIST is the target branch of the PR.
3333
DEPLOY_BRANCH_LIST = "master"
34+
/*When using the main.json schema version 1.3.0 or higher, the PORTAL will first reject registration attempt when an unapproved keyword is found, but can be forced to accept.
35+
This argument is used to provide the list of unapproved keywords (also listed in main.json) which the deployment script will force the PORTAL to accept.*/
36+
UNAPPROVED_KEYWORDS_OVERRIDE_LIST=""
3437

3538
/*
3639
GitHub Page Stage Information

.main-meta/main.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
],
3636
"keywords":[
3737
"ADC",
38-
"Filter",
39-
"Signal Sampling"
38+
"Filter"
4039
]
4140
}
4241
}

adc-1msps/.main-meta/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"keywords":[
3737
"ADC",
3838
"Filter",
39-
"Signal Sampling",
4039
"Algorithm"
4140
]
4241
}

adc-iir-filter/.main-meta/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"keywords":[
3737
"ADC",
3838
"Filter",
39-
"Signal Sampling",
4039
"Algorithm"
4140
]
4241
}

fir-adc-dma/.main-meta/main.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"keywords":[
3737
"ADC",
3838
"Filter",
39-
"Signal Sampling",
4039
"Algorithm"
4140
]
4241
}

0 commit comments

Comments
 (0)