mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Update Instructions (Docker Compile, Supported platforms, License year) (#1682)
Correct docker compile to load repository
This commit is contained in:
@@ -226,7 +226,7 @@ log "---> BASE_PATH = ${BASE_PATH}"
|
||||
CODE_PATH=${BASE_PATH};
|
||||
|
||||
# get Hyperion source, cleanup previous folder
|
||||
if [ ${BUILD_LOCAL} == 0 ]; then
|
||||
if [ ${BUILD_LOCAL} == false ]; then
|
||||
CODE_PATH="${CODE_PATH}/hyperion/"
|
||||
|
||||
echo "---> Downloading Hyperion source code from ${GIT_REPO_URL}"
|
||||
|
Reference in New Issue
Block a user