mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 12:53:08 +00:00
publish noise example as built one
This commit is contained in:
parent
a730eb3f3f
commit
f902144779
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -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() } } }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user