mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
🔥 Remove unused variable on manage.sh script.
This commit is contained in:
parent
e7085571bf
commit
d2d1eed68a
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ export CURRENT_USER_ID=$(id -u);
|
|||
export CURRENT_VERSION=$(git describe --tags);
|
||||
export CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD);
|
||||
export CURRENT_HASH=$(git rev-parse --short HEAD);
|
||||
export CURRENT_BUILD=$(date '+%Y%m%d%H%M');
|
||||
|
||||
function build-devenv {
|
||||
echo "Building development image $DEVENV_IMGNAME:latest..."
|
||||
|
|
Loading…
Reference in a new issue