mirror of
https://github.com/penpot/penpot.git
synced 2026-02-13 07:02:58 +00:00
Merge pull request #5015 from penpot/yamila-moreno-patch-1
Update manage.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user