mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-26 16:00:31 +02:00
Merge pull request #2101 from alexbelgium/create-pull-request/patch-1757809864 nobuild
Github bot: fix linting issues nobuild
This commit is contained in:
@@ -11,7 +11,7 @@ if ! git rev-parse --git-dir > /dev/null 2>&1; then
|
||||
fi
|
||||
|
||||
# If this is a shallow clone, fetch enough history to compute merge bases
|
||||
if git rev-parse --is-shallow-repository >/dev/null 2>&1 && git rev-parse --is-shallow-repository | grep -q true; then
|
||||
if git rev-parse --is-shallow-repository > /dev/null 2>&1 && git rev-parse --is-shallow-repository | grep -q true; then
|
||||
echo "🔄 Repository is shallow; fetching full history to enable merging…"
|
||||
git fetch --unshallow || git fetch --deepen=100000
|
||||
fi
|
||||
|
||||
0
emby_beta/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
emby_beta/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
guacamole/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
guacamole/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
nextcloud/rootfs/etc/services.d/cron/run
Normal file → Executable file
0
nextcloud/rootfs/etc/services.d/cron/run
Normal file → Executable file
Reference in New Issue
Block a user