mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-04-18 16:43:11 +00:00
Merge pull request #195 from waku-org/danisharora/fix-ci
chore(release): fix ci
This commit is contained in:
commit
18dd58593b
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -39,7 +39,6 @@ pipeline {
|
|||||||
stage('relay-reactjs-chat') { steps { script { buildExample() } } }
|
stage('relay-reactjs-chat') { steps { script { buildExample() } } }
|
||||||
stage('store-reactjs-chat') { steps { script { buildExample() } } }
|
stage('store-reactjs-chat') { steps { script { buildExample() } } }
|
||||||
stage('web-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('light-js') { steps { script { copyExample() } } }
|
||||||
stage('rln-js') { steps { script { copyExample() } } }
|
stage('rln-js') { steps { script { copyExample() } } }
|
||||||
stage('light-chat') { steps { script { copyExample() } } }
|
stage('light-chat') { steps { script { copyExample() } } }
|
||||||
|
stage('noise-js') { steps { script { copyExample() } } }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user