1
0

show current ref in heroku

This commit is contained in:
Michael Schramm 2020-06-09 17:19:25 +02:00
parent 40da6a3c3a
commit b3d7f26b41

View File

@ -3,6 +3,11 @@ echo "Fetch Submodules"
git clone --depth 1 https://github.com/ohmyform/ui ui
git clone --depth 1 https://github.com/ohmyform/api api
echo "UI ref is"
git --git-dir=ui/.git rev-parse HEAD
echo "API ref is"
git --git-dir=api/.git rev-parse HEAD
echo "Install UI"
yarn --cwd ui install --frozen-lockfile