mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-03-11 11:06:53 +08:00
Fix: mimatch shell in build.sh
This commit is contained in:
2
assets
2
assets
Submodule assets updated: c7f4f323ee...cab5037794
4
build.sh
Normal file → Executable file
4
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)
|
||||||
@@ -108,4 +108,4 @@ fi
|
|||||||
|
|
||||||
if [ "$RELEASE" = "true" ]; then
|
if [ "$RELEASE" = "true" ]; then
|
||||||
release
|
release
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user