publish noise example as built one

This commit is contained in:
weboko 2023-01-26 00:36:05 +01:00
parent a730eb3f3f
commit f902144779
No known key found for this signature in database

2
ci/Jenkinsfile vendored
View File

@ -39,6 +39,7 @@ pipeline {
stage('relay-reactjs-chat') { steps { script { buildExample() } } }
stage('store-reactjs-chat') { steps { script { buildExample() } } }
stage('web-chat') { steps { script { buildExample() } } }
stage('noise-js') { steps { script { buildExample() } } }
}
}
@ -49,7 +50,6 @@ pipeline {
stage('light-js') { steps { script { copyExample() } } }
stage('rln-js') { steps { script { copyExample() } } }
stage('light-chat') { steps { script { copyExample() } } }
stage('noise-js') { steps { script { copyExample() } } }
}
}