Skip to content

Commit 074a837

Browse files
committed
Fix CI pipeline
1 parent c785212 commit 074a837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ exit $?'''
3333
sh '''docker run --rm \\
3434
-v $CWD/manager:/data \\
3535
${DOCKER_CI_TOOLS} \\
36-
node-prune```
36+
node-prune'''
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)