Fix: mimatch shell in build.sh
This commit is contained in:
parent
68d3131521
commit
98c122f047
2 changed files with 3 additions and 3 deletions
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit c7f4f323ee8ab55571125e45245ae2e42a1251f9
|
Subproject commit cab503779411dcb6060cabc3b8623906fb3879e6
|
2
build.sh
Normal file → Executable file
2
build.sh
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/bin/bash
|
||||||
|
|
||||||
REPO=$(cd $(dirname $0); pwd)
|
REPO=$(cd $(dirname $0); pwd)
|
||||||
COMMIT_SHA=$(git rev-parse --short HEAD)
|
COMMIT_SHA=$(git rev-parse --short HEAD)
|
||||||
|
|
Loading…
Reference in a new issue