mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-02 12:53:12 +00:00
ci: wrap nix.develop in script block
This commit is contained in:
parent
87eaaea091
commit
a65216cc46
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -21,7 +21,9 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Install') {
|
stage('Install') {
|
||||||
steps {
|
steps {
|
||||||
nix.develop('yarn install')
|
script {
|
||||||
|
nix.develop('yarn install')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user