ci: drop unnecessary path from node build

This was a hack-fix for actual issue which was simply that the
multibranch pipeline was not fetching submodules when cloning.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2025-08-25 16:30:22 +02:00 committed by Igor Sirotin
parent 4c5eddef16
commit 2204dd0373
No known key found for this signature in database
GPG Key ID: 0EABBCB40CB9AD4A

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.9.16'
library 'status-jenkins-lib@v1.9.26'
pipeline {
agent {
@ -28,7 +28,7 @@ pipeline {
stages {
stage('Build') {
steps { script {
nix.flake('node',[path: 'git+https://github.com/waku-org/go-waku'])
nix.flake('node')
} }
}
stage('Check') {