From 98c122f047c3822f56cfeb7c9f22306af6a5ce41 Mon Sep 17 00:00:00 2001 From: Aaron <912394456@qq.com> Date: Mon, 9 Mar 2020 11:30:43 +0000 Subject: [PATCH] Fix: mimatch shell in build.sh --- assets | 2 +- build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 build.sh diff --git a/assets b/assets index c7f4f32..cab5037 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit c7f4f323ee8ab55571125e45245ae2e42a1251f9 +Subproject commit cab503779411dcb6060cabc3b8623906fb3879e6 diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index d2880aa..45d7cfc --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/bash REPO=$(cd $(dirname $0); pwd) COMMIT_SHA=$(git rev-parse --short HEAD) @@ -108,4 +108,4 @@ fi if [ "$RELEASE" = "true" ]; then release -fi \ No newline at end of file +fi -- GitLab