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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-14 21:53:50 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-14 21:53:50 +0300
commit6cd3b16de6a14ea8c17708d86d83a6b81ae30c83 (patch)
tree432c0b9ec99f6c4f5e6435513d4224b4f6577696
parent7c5eff9f384951ad386bc5dc3bfe8d1852afec5f (diff)
build-lxd.yml: Fix missing quotev1.49.1
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
-rw-r--r--.github/workflows/build-lxd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-lxd.yml b/.github/workflows/build-lxd.yml
index cbf9944f..7cdf773a 100644
--- a/.github/workflows/build-lxd.yml
+++ b/.github/workflows/build-lxd.yml
@@ -79,7 +79,7 @@ jobs:
then
version="master"
else
- if [[ "${{ github.ref_type }}" != "tag ]] || ! git describe --tags > /dev/null
+ if [[ "${{ github.ref_type }}" != "tag" ]] || ! git describe --tags > /dev/null
then
git fetch -fu --tags origin ${{ env.VERSION }}:${{ env.VERSION }}
fi