Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit c868b93

Browse files
committed
listify stashes
1 parent b475116 commit c868b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ timeout(time: 2, unit: 'HOURS') {
156156
stage('Test and Build') {
157157
parallel(
158158
"cargo-build": runDockerWithPostgresSidecar(
159-
'cargo build --release && cargo clippy', 'backend/target/release/backend', 'backend'),
159+
'cargo build --release && cargo clippy', ['backend/target/release/backend'], ['backend']),
160160
"cargo-check": runDockerWithPostgresSidecar('cargo check && cargo doc'),
161161
"cargo-test": runDockerWithPostgresSidecar('cargo test'),
162162
"frontend": testAndBuildFrontend(),

0 commit comments

Comments
 (0)