mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
Merge pull request #277 from Monogramm/tag-from-env-in-front-build-script
🔨 In frontend build script get TAG value from environment.
This commit is contained in:
commit
02257c08bd
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user