mirror of
https://github.com/caprover/caprover
synced 2025-12-12 14:25:39 +00:00
updated build script
This commit is contained in:
@@ -16,10 +16,6 @@ if [ ! -f ./package-lock.json ]; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if ! [ $(id -u) = 0 ]; then
|
|
||||||
# echo "Must run as sudo or root"
|
|
||||||
# exit 1
|
|
||||||
# fi
|
|
||||||
|
|
||||||
# BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
# BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||||
# On Github the line above does not work, instead:
|
# On Github the line above does not work, instead:
|
||||||
|
|||||||
Reference in New Issue
Block a user