show current ref in heroku
This commit is contained in:
parent
40da6a3c3a
commit
b3d7f26b41
@ -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/ui ui
|
||||||
git clone --depth 1 https://github.com/ohmyform/api api
|
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"
|
echo "Install UI"
|
||||||
yarn --cwd ui install --frozen-lockfile
|
yarn --cwd ui install --frozen-lockfile
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user