build: drop yq 3 requirement on "develop"
This commit is contained in:
parent
5f8b2446c0
commit
ec9adc0266
@ -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)'
|
||||
|
@ -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)'
|
||||
|
Loading…
Reference in New Issue
Block a user