mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
🔥 Remove unused variable on manage.sh script.
This commit is contained in:
committed by
Andrés Moya
parent
e7085571bf
commit
d2d1eed68a
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user