mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 06:31:41 +00:00
fix: traer la lista de archivos modificados
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5aef69cd94
commit
76644700d1
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ set -e
|
|||
|
||||
test -n "${CI_MERGE_REQUEST_DIFF_BASE_SHA}"
|
||||
|
||||
git diff --name-status ${CI_MERGE_REQUEST_DIFF_BASE_SHA}...origin/rails \
|
||||
git diff --name-status ${CI_MERGE_REQUEST_DIFF_BASE_SHA} \
|
||||
| grep -v "^D" \
|
||||
| cut -f 2
|
||||
|
|
Loading…
Reference in a new issue