Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <1557255+kcgen@users.noreply.github.com>2021-08-28 23:02:13 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-08-28 23:02:13 +0300
commit1826d7a0ae6ef3d3bf4bcf75aecf54fc6547bb86 (patch)
treeb09e7cacb01af602f907000a2aa0e0f6dbde7def
parentadf895cc4e488d100388b2f4f8b303c9233b49a3 (diff)
Don't unshallow repo during versioningrelease/0.77.x
-rw-r--r--.github/workflows/linux.yml4
-rw-r--r--.github/workflows/macos.yml4
-rw-r--r--.github/workflows/windows.yml1
3 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index f7f9b90e5..d0422d5ac 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -188,9 +188,7 @@ jobs:
run: ./scripts/log-env.sh
- name: Inject version string
- run: |
- scripts/version.sh >> $GITHUB_ENV
- git fetch --prune --unshallow
+ run: scripts/version.sh >> $GITHUB_ENV
- name: Setup release build
run: |
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index d7679908b..390331bab 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -213,9 +213,7 @@ jobs:
run: arch -arch=${{ matrix.runner.arch }} ./scripts/log-env.sh
- name: Inject version string
- run: |
- scripts/version.sh >> $GITHUB_ENV
- git fetch --prune --unshallow
+ run: scripts/version.sh >> $GITHUB_ENV
- name: Setup release build
run: |
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index a34356c0d..6916a5188 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -130,7 +130,6 @@ jobs:
shell: bash
run: |
set -x
- git fetch --prune --unshallow
eval $(scripts/version.sh)
echo "VERSION=$VERSION" >> $GITHUB_ENV
# inject version based on vcs