Skip to content

Commit 6785f48

Browse files
Tile builder up (#368)
1 parent 7a8d95e commit 6785f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/tile-builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
echo "start"
33
set -e
4-
wget https://github.com/cf-platform-eng/tile-generator/releases/download/v13.0.2/pcf_linux-64bit > /dev/null 2>&1
4+
wget https://github.com/cf-platform-eng/tile-generator/releases/download/v15.0.2/pcf_linux-64bit > /dev/null 2>&1
55
chmod +x pcf_linux-64bit
66
sudo mv pcf_linux-64bit /usr/local/bin/tile
77
python3 -m venv tile-generator-env > /dev/null 2>&1

0 commit comments

Comments
 (0)