build: drop yq 3 requirement on "develop"

This commit is contained in:
Anton Georgiev 2023-09-13 12:24:58 -04:00
parent 5f8b2446c0
commit ec9adc0266
2 changed files with 0 additions and 2 deletions

View File

@ -46,5 +46,4 @@ fpm -s dir -C ./staging -n $PACKAGE \
--description "BigBlueButton Webhooks" \
$DIRECTORIES \
$OPTS \
-d 'yq (>= 3)' -d 'yq (<< 4)' \
-d 'nodejs (>= 18)' -d 'nodejs (<< 20)'

View File

@ -62,5 +62,4 @@ fpm -s dir -C ./staging -n $PACKAGE \
--description "BigBlueButton WebRTC SFU" \
$DIRECTORIES \
$OPTS \
-d 'yq (>= 3)' -d 'yq (<< 4)' \
-d 'nodejs (>= 18)' -d 'nodejs (<< 20)'