Compare commits
3 Commits
a668eaadba
...
e283d8c2fe
| Author | SHA1 | Date | |
|---|---|---|---|
|
e283d8c2fe
|
|||
| b01be4abe4 | |||
| 5fa6567f2a |
@@ -64,7 +64,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ${MAIN_DIR}
|
cd ${MAIN_DIR}
|
||||||
|
|
||||||
GIT_DIFF=$(git diff --name-only @{u}@{1}..@{u} | xargs -I {} dirname {} | sort -u)
|
GIT_DIFF=$(git diff --name-only ${{ gitea.event.before }}..HEAD | xargs -I {} dirname {} | sort -u)
|
||||||
CHANGED_DIR=()
|
CHANGED_DIR=()
|
||||||
|
|
||||||
echo ">> Checking for changes .."
|
echo ">> Checking for changes .."
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ description: Democratic CSI
|
|||||||
keywords:
|
keywords:
|
||||||
- democratic-csi-synology-iscsi
|
- democratic-csi-synology-iscsi
|
||||||
- iscsi
|
- iscsi
|
||||||
- storage
|
|
||||||
- kubernetes
|
- kubernetes
|
||||||
home: https://wiki.alexlebens.dev/s/0cc6ba65-024b-4489-952a-fc0f647fd099
|
home: https://wiki.alexlebens.dev/s/0cc6ba65-024b-4489-952a-fc0f647fd099
|
||||||
sources:
|
sources:
|
||||||
|
|||||||
Reference in New Issue
Block a user