Skip to content

Commit

Permalink
Remove sync_publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes committed Oct 25, 2020
1 parent 0d24c9f commit 27694f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
3 changes: 1 addition & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash

VERSION=$(echo $1 | sed 's/v//')
shift

Expand Down Expand Up @@ -33,7 +32,7 @@ for PROJECT in "${PROJECTS[@]}"
do
PROJECT_PATH=$(echo "$PROJECT" | sed 's/gluon_//' | sed 's/gluon/./')

if ! (./scripts/sync_publish.sh "${PROJECT_PATH}" -f "$@"); then
if ! (cd "${PROJECT_PATH}" && retry cargo publish "$@"); then
exit 1
fi
done
44 changes: 0 additions & 44 deletions scripts/sync_publish.sh

This file was deleted.

0 comments on commit 27694f5

Please sign in to comment.