update ci file

This commit is contained in:
weboko 2022-12-21 22:30:10 +01:00
parent 545bd66d37
commit 123613975b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

1
ci/Jenkinsfile vendored
View File

@ -48,6 +48,7 @@ pipeline {
stage('store-js') { steps { script { copyExample() } } }
stage('light-js') { steps { script { copyExample() } } }
stage('rln-js') { steps { script { copyExample() } } }
stage('light-chat') { steps { script { copyExample() } } }
}
}