Skip to content

Commit

Permalink
Jenkinsfile: remove publication of removed crates
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Mar 22, 2021
1 parent 9fa2478 commit 0faca9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,6 @@ pipeline {
steps {
sh '''
cd zenoh-util && cargo publish && cd - && sleep 30
cd zenoh-protocol && cargo publish && cd - && sleep 30
cd zenoh-router && cargo publish && cd - && sleep 30
cd zenoh && cargo publish && cd - && sleep 30
cd backends/traits && cargo publish && cd -
'''
Expand Down

0 comments on commit 0faca9a

Please sign in to comment.