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:
parent
4765685440
commit
02c031a0ef
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue