We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68be225 commit 4575f9eCopy full SHA for 4575f9e
build.sh
@@ -18,7 +18,7 @@ echo "" >> src/references/index.md
18
echo "index.md" > src/references/.gitignore
19
20
echo "* Getting latest version..."
21
-version=$(curl https://raw.githubusercontent.com/qgis/qwc2-demo-app/${branch}/package.json | grep -Eo '^\s*"version": "[^"]+",$' | awk -F'"' '{print $4}')
+version=$(curl https://raw.githubusercontent.com/qgis/qwc2/${branch}/package.json | grep -Eo '^\s*"version": "[^"]+",$' | awk -F'"' '{print $4}')
22
sed "s|@version@|$version|" qwc2.yml.in > qwc2.yml
23
24
echo "* Downloading plugin reference..."
0 commit comments