Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Apr 15, 2024
1 parent da4cfb1 commit 497b734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/rust/driver/release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ executeOnShell 'git pull'
ask('Execute Build?: [Y]') {
executeOnShell 'cargo clean'
executeOnShell 'cargo build'
executeOnShell 'cargo doc'
executeOnShell 'cargo test'
}

Expand Down

0 comments on commit 497b734

Please sign in to comment.