Update hack/generate-asset-hashes.sh

This commit is contained in:
Ciprian Hacman 2024-04-02 06:52:11 +03:00 committed by GitHub
parent 991bfe207d
commit 4cf7fe8647
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -o errexit
set -o nounset
set -o pipefail
REPO_ROOT="$(git rev-parse --show-toplevel)"
cd "${REPO_ROOT}"