Skip to content

Commit

Permalink
tweak script. nogha
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Jul 28, 2020
1 parent dbd6e99 commit 11ebb73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
DIR=`pwd`
set -x

cd $DIR/pgx-utils && cargo publish && sleep 3
cd $DIR/pgx-macros && cargo publish && sleep 3
cd $DIR/pgx-pg-sys && cargo publish --no-verify && sleep 3
cd $DIR/pgx && cargo publish --no-verify && sleep 3
cd $DIR/pgx-tests && cargo publish --no-verify && sleep 3
cd $DIR/cargo-pgx && cargo publish && sleep 3
cd $DIR/pgx-utils && cargo publish && sleep 10
cd $DIR/pgx-macros && cargo publish && sleep 10
cd $DIR/pgx-pg-sys && cargo publish --no-verify && sleep 10
cd $DIR/pgx && cargo publish --no-verify && sleep 10
cd $DIR/pgx-tests && cargo publish --no-verify && sleep 10
cd $DIR/cargo-pgx && cargo publish && sleep 10

0 comments on commit 11ebb73

Please sign in to comment.