Remove useless echo

This commit is contained in:
Maurizio Vitale 2022-11-02 15:09:15 +00:00
parent e45c6891e4
commit b6f1ea528c
2 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,6 @@ fi
if [[ "${EXEC_ALPHA}" == true ]] if [[ "${EXEC_ALPHA}" == true ]]
then then
NEXT_VERSION=${NEXT_VERSION}-${TRAVIS_BUILD_NUMBER} NEXT_VERSION=${NEXT_VERSION}-${TRAVIS_BUILD_NUMBER}
echo "version "$NEXT_VERSION
fi fi
if [[ "${EXEC_BETA}" == true ]] if [[ "${EXEC_BETA}" == true ]]

View File

@ -14,3 +14,5 @@ else
fi; fi;
fi; fi;
echo $TAGS