Skip to content

Commit

Permalink
fix(docker-artifacts-test): add missing , between params
Browse files Browse the repository at this point in the history
In scylladb#9353 a new
parameter was added, but a missing `,` is failing the pipeline

fixing it
  • Loading branch information
yaronkaikov authored and fruch committed Nov 26, 2024
1 parent f5ad446 commit 57e5dd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ artifactsPipeline(
backend: 'docker',

timeout: [time: 30, unit: 'MINUTES'],
post_behavior_db_nodes: 'destroy'
post_behavior_db_nodes: 'destroy',

extra_environment_variables: 'SCT_USE_MGMT=false'
)

0 comments on commit 57e5dd0

Please sign in to comment.