mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-30 19:52:20 +01:00
fix yq command syntax
This commit is contained in:
parent
8417c91e6a
commit
a01eba3902
@ -26,7 +26,7 @@ add_mount()
|
||||
{
|
||||
# shellcheck disable=SC2016
|
||||
# we don't want to expand ${PWD}
|
||||
yq w docker-compose.yml "services.$SERVICE.volumes[+]" '- ${PWD}/payment_schedules:/usr/src/app/payment_schedules'
|
||||
yq w -i docker-compose.yml "services.$SERVICE.volumes[+]" '${PWD}/payment_schedules:/usr/src/app/payment_schedules'
|
||||
}
|
||||
|
||||
proceed()
|
||||
|
Loading…
x
Reference in New Issue
Block a user