Skip to content

Commit d13f7c7

Browse files
committed
script debugging
1 parent 8d155ec commit d13f7c7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/create_archive_and_notes.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ if grep --exclude=CONTRIBUTING.md --exclude=RELEASING.md --exclude-dir=.* VERSIO
2727
#exit 1
2828
fi
2929

30+
echo "hit 30"
31+
3032
TAG=$1
3133
if [ -z "$TAG" ]; then
3234
echo "ERROR: TAG env var must be set"
@@ -35,8 +37,11 @@ fi
3537
# A prefix is added to better match the GitHub generated archives.
3638
PREFIX="rules_python-${TAG}"
3739
ARCHIVE="rules_python-$TAG.tar.gz"
40+
echo "hit 40"
3841
git archive --format=tar "--prefix=${PREFIX}/" "$TAG" | gzip > "$ARCHIVE"
42+
echo "hit 42"
3943
SHA=$(shasum -a 256 "$ARCHIVE" | awk '{print $1}')
44+
echo "hit 44"
4045

4146
cat > release_notes.txt << EOF
4247

0 commit comments

Comments
 (0)