Skip to content

Commit

Permalink
Fixed typos in stage-release.sh (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Oct 12, 2022
1 parent 748dad5 commit 0fbe25e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build-support/stage-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@ if [ $# -neq 2 ]; then
exit 1
fi

DEST_PATH=$1
WORKFLOW_ID=$1
DEST_PATH=$(readlink -f $1)
WORKFLOW_ID=$2

pushd $(dirname "$0")
PULSAR_CPP_PATH=$(git rev-parse --show-toplevel)
popd

mkdir -p $DEST_PATH

cd PULSAR_CPP_PATH
VERSION=$(cat version.txt | xargs)
cd $PULSAR_CPP_PATH

build-support/generate-source-archive.sh $DEST_PATH
build-support/download-release-artifacts.py $WORKFLOW_ID $DEST_PATH
Expand Down

0 comments on commit 0fbe25e

Please sign in to comment.