mirror of https://github.com/waku-org/waku-lab.git
chore: fix jenkinsfile
This commit is contained in:
parent
13d9fab6fe
commit
8462a725ea
|
@ -44,16 +44,7 @@ pipeline {
|
|||
stage('dogfooding') { steps { script { buildExample() } } }
|
||||
stage('message-monitor') { steps { script { buildExample() } } }
|
||||
stage('flush-notes') { steps { script { buildNextJSExample() } } }
|
||||
stage('buddybook') {
|
||||
steps {
|
||||
script {
|
||||
dir('examples/buddybook') {
|
||||
sh 'npm install'
|
||||
sh 'npm run build:ci'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('buddybook') { steps { script { buildExample() } } }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- [ x ] waku connections on header should have green/yellow/red color indicator
|
||||
- [ ] clicking on the indicator should show a list of peers
|
||||
- [ ] chains can't be signed twice by an address
|
||||
- [ x ] chains can't be signed twice by an address
|
||||
- [ ] generate waku peer id using the wallet address
|
||||
- [ ] telemetry
|
||||
- [ x ] disclaimer
|
||||
|
|
Loading…
Reference in New Issue