0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Frontend can receive hash from CI

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
mathieu.brunot 2021-04-13 10:58:30 +02:00 committed by Andrey Antukh
parent f545e41d10
commit f0439da293

View file

@ -3,7 +3,7 @@
set -ex
CURRENT_VERSION=$1;
CURRENT_HASH=$(git rev-parse --short HEAD);
CURRENT_HASH=${CURRENT_HASH:-$(git rev-parse --short HEAD)};
EXTRA_PARAMS=$SHADOWCLJS_EXTRA_PARAMS;
yarn install || exit 1;