Skip to content

Commit

Permalink
more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Oct 28, 2023
1 parent 282e200 commit ba36141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
WILL_UPDATE=$(python3 -c "from packaging import version; print(1 if version.parse(${DOCKER_VERSION}) < version.parse(${QGIS_VERSION}) else 0)")
if [[ ${WILL_UPDATE} == 1 ]]; then
echo "--> ${{ matrix.version }} will be updated"
echo "--> ${{ matrix.version }} will be updated from ${DOCKER_VERSION} to ${QGIS_VERSION}."
else
echo "--> ${{ matrix.version }} is up to date"
echo "--> ${{ matrix.version }} is up to date (${QGIS_VERSION})."
fi
echo "will_update=${WILL_UPDATE}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ba36141

Please sign in to comment.