Add improvements to manage.sh and devenv related to deployment.

This commit is contained in:
Andrey Antukh 2020-12-02 16:44:21 +01:00
parent 590c57c18d
commit e165ca7c3b
4 changed files with 17 additions and 11 deletions

View file

@ -1,10 +1,11 @@
#!/usr/bin/env bash
source ~/.bashrc
set -ex
if [ -z "${TAG}" ]; then
export TAG=`git log -n 1 --pretty=format:%H -- ./`
export TAG=$(git log -n 1 --pretty=format:%H -- ./);
fi
yarn install