Fix mina deploy issue (#1573)

Use git command to get origin/repo
This commit is contained in:
Alex Sherman 2020-04-20 13:40:03 +05:00 committed by GitHub
parent 6e30737bf0
commit 23642355bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View file

@ -1,2 +0,0 @@
CURRENT_COMMIT_HASH = `git rev-parse --short HEAD`
CURRENT_COMMIT_REPO = `git remote get-url origin`