|
@@ -20,7 +20,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|
|
|
with:
|
|
|
- fetch-depth: 15
|
|
|
+ fetch-depth: 0
|
|
|
submodules: true
|
|
|
- name: Generate common build number
|
|
|
id: buildnumber
|
|
@@ -53,7 +53,7 @@ jobs:
|
|
|
echo "Release Flag=${{needs.bootstrap.outputs.release_flag}}"
|
|
|
- uses: actions/checkout@v2
|
|
|
with:
|
|
|
- fetch-depth: 15
|
|
|
+ fetch-depth: 0
|
|
|
submodules: true
|
|
|
- name: Pull latest
|
|
|
run: |
|
|
@@ -119,7 +119,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|
|
|
with:
|
|
|
- fetch-depth: 15
|
|
|
+ fetch-depth: 0
|
|
|
submodules: true
|
|
|
- name: Show Build Flags
|
|
|
run: |
|
|
@@ -247,7 +247,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|
|
|
with:
|
|
|
- fetch-depth: 15
|
|
|
+ fetch-depth: 0
|
|
|
submodules: true
|
|
|
- uses: actions/download-artifact@master
|
|
|
name: Restore last build
|