chore(release): fix ci

This commit is contained in:
danisharora099 2023-01-25 13:10:01 +05:30
parent 013f1e2a5f
commit 2e22d3ee9e
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -39,7 +39,6 @@ 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() } } }
}
}
@ -50,6 +49,7 @@ 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() } } }
}
}