Remove PKGBUILD setting
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2a1ed4b054
commit
131f96cb89
1 changed files with 0 additions and 6 deletions
|
@ -42,12 +42,6 @@ else
|
|||
echo "Building source repository"
|
||||
fi
|
||||
|
||||
PKGBUILD="PKGBUILD"
|
||||
if [ "$PLUGIN_PKGBUILD" != "" ]; then
|
||||
echo "Using PKGBUILD: $PLUGIN_PKGBUILD"
|
||||
PKGBUILD="$PLUGIN_PKGBUILD"
|
||||
fi
|
||||
|
||||
echo "Running build"
|
||||
makepkg -sAc --skippgpcheck --noconfirm --noprogressbar "$PKGBUILD"
|
||||
|
||||
|
|
Loading…
Reference in a new issue