Skip to content

Commit ce86dda

Browse files
committed
Revert "temporary: echo FPM and git versions in CI"
This reverts commit 7673ef2.
1 parent 7673ef2 commit ce86dda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ jobs:
135135
VERSION=$(echo ${{ github.ref }} | cut -dv -f2)
136136
echo "VERSION=$VERSION" >> $GITHUB_ENV
137137
FPM_VERSION=$(${{ env.FPM }} --version | grep -o '${{ env.REGEX }}')
138-
echo "git-based version = $VERSION"
139-
echo "fpm-based version = $FPM_VERSION"
140138
[ "$VERSION" = "$FPM_VERSION" ]
141139
env:
142140
REGEX: '[0-9]\{1,4\}\.[0-9]\{1,4\}\.[0-9]\{1,4\}'

0 commit comments

Comments
 (0)