Skip to content

Commit d0c4f7b

Browse files
committed
Pull request #26: Release/CC16BOOT-1251 deploy to github can example repo
Merge in MCU16CE/pic24-dspic-can-canfd-bootloader from ~C14050/pic24-dspic-can-canfd-bootloader:release/CC16BOOT-1251-deploy-to-github-can-example-repo to develop * commit '93ed02e4566392c69159b8e5382bb5e9eda61aea': remove dead keywords... Not sure what validator list is allowed remove CAN and errant ',' updating keywords list remove portal deploy stage.
2 parents 94047d7 + 93ed02e commit d0c4f7b

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.citd/Jenkinsfilek8s

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -192,23 +192,6 @@ pipeline {
192192
}
193193
}
194194
}
195-
196-
//Deploying the Github content to portal
197-
stage('Portal-Deploy') {
198-
when {
199-
allOf {
200-
not { changeRequest() }
201-
anyOf {branch 'master';}
202-
}
203-
}
204-
steps {
205-
script {
206-
portalDeploy(
207-
githubOrgName: "${env.GITHUB_PRODUCTION_ORGANIZATION}"
208-
)
209-
}
210-
}
211-
}
212195
}
213196

214197
post {

.main-meta/main.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@
3535
}
3636
},
3737
"peripherals":[
38-
"CAN",
39-
"CAN FD"
4038
],
4139
"keywords":[
4240
"CAN",
4341
"Bootloader",
44-
"CAN-FD"
42+
"CAN-FD"
4543
]
4644
}
4745
}

0 commit comments

Comments
 (0)