@@ -8,10 +8,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup export templates
|
- name: Find templates
|
||||||
run: |
|
continue-on-error: true
|
||||||
find / -name "export_templates" -type d 2>/dev/null
|
run: find / -maxdepth 8 -name "export_templates" -type d 2>/dev/null
|
||||||
find / -name "*.gdz" 2>/dev/null | head -10
|
|
||||||
- name: Get build number
|
- name: Get build number
|
||||||
run: echo "BUILD_NUM=$(git rev-list --count HEAD)" >> $GITHUB_ENV
|
run: echo "BUILD_NUM=$(git rev-list --count HEAD)" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user