mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-08 17:03:09 +00:00
ci: specify path of nix flake
This commit is contained in:
parent
220a8dab3c
commit
9aaeefbec8
@ -27,7 +27,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps { script {
|
steps { script {
|
||||||
nix.flake('node')
|
nix.flake('node',[path: 'git+https://github.com/waku-org/go-waku'])
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
stage('Check') {
|
stage('Check') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user