We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d926f37 commit 801a778Copy full SHA for 801a778
.github/tile-builder.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
echo "start"
3
set -e
4
-wget https://github.com/cf-platform-eng/tile-generator/releases/download/v13.0.2/pcf_linux-64bit > /dev/null 2>&1
+wget https://github.com/cf-platform-eng/tile-generator/releases/download/v15.0.2/pcf_linux-64bit > /dev/null 2>&1
5
chmod +x pcf_linux-64bit
6
sudo mv pcf_linux-64bit /usr/local/bin/tile
7
python3 -m venv tile-generator-env > /dev/null 2>&1
0 commit comments