mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 04:56:21 +00:00
1fdc3404be
(cherry picked from commit 76644700d1
)
8 lines
154 B
Bash
Executable file
8 lines
154 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
test -n "${CI_MERGE_REQUEST_DIFF_BASE_SHA}"
|
|
|
|
git diff --name-status ${CI_MERGE_REQUEST_DIFF_BASE_SHA} \
|
|
| grep -v "^D" \
|
|
| cut -f 2
|