mirror of
https://github.com/matifali/update-coder-template.git
synced 2025-11-12 02:11:43 +08:00
Adicionar valor booleano ao parâmetro --ignore-lockfile no script de push
This commit is contained in:
parent
be8e76334f
commit
26489ed5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ if [ "${CODER_TEMPLATE_ACTIVATE}" = "false" ]; then
|
|||
fi
|
||||
|
||||
if [ "${CODER_IGNORE_LOCKFILE}" = "true" ]; then
|
||||
push_command+=" --ignore-lockfile"
|
||||
push_command+=" --ignore-lockfile=true"
|
||||
fi
|
||||
|
||||
# Add confirmation flag to the push command
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue