Skip to content

Commit 165157d

Browse files
committed
debug
1 parent 486a997 commit 165157d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-package-gate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
previous_version=""
6363
6464
if [[ -n "$previous_spec" ]]; then
65+
echo "Previous spec exists"
6566
# previous_version=$(rpmspec --parse <(git show ${{ env.base_sha }}:"$spec") | grep -E "^Version:\s*(.*)" | awk '{print $2}')
6667
fi
6768
echo "Previous version: $previous_version"

0 commit comments

Comments
 (0)