0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-06 03:51:21 -05:00

📎 Delete unnecessary option in manage.sh script

Delete `-x` option as it gives an annoying output when we're not debugging.
This commit is contained in:
Yamila Moreno 2024-08-22 12:30:52 +02:00
parent 4765685440
commit 02c031a0ef

View file

@ -10,7 +10,7 @@ export CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD);
export CURRENT_HASH=$(git rev-parse --short HEAD);
export CURRENT_COMMITS=$(git rev-list --count HEAD)
set -ex
set -e
function print-current-version {
echo -n "$CURRENT_VERSION-$CURRENT_COMMITS-g$CURRENT_HASH"