mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 21:19:49 +00:00
✨ Frontend can receive hash from CI
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
f545e41d10
commit
f0439da293
@ -3,7 +3,7 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
CURRENT_VERSION=$1;
|
CURRENT_VERSION=$1;
|
||||||
CURRENT_HASH=$(git rev-parse --short HEAD);
|
CURRENT_HASH=${CURRENT_HASH:-$(git rev-parse --short HEAD)};
|
||||||
EXTRA_PARAMS=$SHADOWCLJS_EXTRA_PARAMS;
|
EXTRA_PARAMS=$SHADOWCLJS_EXTRA_PARAMS;
|
||||||
|
|
||||||
yarn install || exit 1;
|
yarn install || exit 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user