Skip to content

Commit

Permalink
refactor: clean find-what-next-releases-are.sh and remove unused script
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed Oct 27, 2023
1 parent 63cd27c commit 809156c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
11 changes: 3 additions & 8 deletions hack/find-what-next-releases-are.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ runfiles_dir=$PWD
export BAZEL_BINDIR=.
path=$(dirname $3)

if [ -d "monorepo" ]
then
rm -rf monorepo
fi

git clone --single-branch --branch main --quiet https://github.com/opicaud/monorepo.git
cd monorepo
cd $path || exit 1
cd monorepo || exit 1
cd "$path" || exit 1

$runfiles_dir/$1 --dry-run 1>/dev/null || exit 1
echo "app=$(cat $runfiles_dir/$2 | sed 's/\"//g')"
echo "app=$path"

has_been_already_released=$(cat current_release_version)
if [ "$has_been_already_released" = "" ]
Expand Down
24 changes: 0 additions & 24 deletions hack/get-latest-tags.sh

This file was deleted.

0 comments on commit 809156c

Please sign in to comment.