We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb903e commit 71376e4Copy full SHA for 71376e4
.github/workflows/build-docs.yml
@@ -40,10 +40,7 @@ jobs:
40
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O yq && chmod +x yq
41
QGIS_CURRENT_LTR=$(yq .current_ltr pyqgis_conf.yml)
42
QGIS_CURRENT_STABLE=$(yq .current_stable pyqgis_conf.yml)
43
- QGIS_VERSION=${{ matrix.qgis_version }}
44
- if [[ "${QGIS_VERSION}" != 'master' ]]; then
45
- QGIS_VERSION=$(yq --exit-status .current_${{ matrix.qgis_version }} pyqgis_conf.yml)
46
- fi
+ QGIS_VERSION=$(yq --exit-status .current_${{ matrix.qgis_version }} pyqgis_conf.yml)
47
48
vars=("QGIS_VERSION" "QGIS_CURRENT_STABLE" "QGIS_CURRENT_LTR")
49
for var in "${vars[@]}"; do
0 commit comments