mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-10 09:53:06 +00:00
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:
parent
4c5eddef16
commit
2204dd0373
@ -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') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user