mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🔨 In frontend build script get TAG value from env
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
source ~/.bashrc
|
||||
set -ex
|
||||
|
||||
TAG=`git log -n 1 --pretty=format:%H -- ./`
|
||||
if [ -z "${TAG}" ]; then
|
||||
export TAG=`git log -n 1 --pretty=format:%H -- ./`
|
||||
fi
|
||||
|
||||
yarn install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user