0
Fork 0
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:
Andrey Antukh 2021-03-22 12:14:05 +01:00 committed by Andrés Moya
parent e7085571bf
commit d2d1eed68a

View file

@ -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..."