chore(build): Frontend build.sh source lib
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
8c773ab529
commit
a8e3f088bd
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
||||||
|
|
||||||
ARCH=${ARCH:-amd64}
|
ARCH=${ARCH:-amd64}
|
||||||
|
|
||||||
|
GIT_ROOT=$(git rev-parse --show-toplevel)
|
||||||
|
source $GIT_ROOT/scripts/lib/_docker.sh
|
||||||
|
|
||||||
git_sha=$(git rev-parse --short HEAD)
|
git_sha=$(git rev-parse --short HEAD)
|
||||||
image_tag=${IMAGE_TAG:-$git_sha}
|
image_tag=${IMAGE_TAG:-$git_sha}
|
||||||
check_prereq() {
|
check_prereq() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue