Skip to content

Commit

Permalink
Tile builder up (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbylica-splunk authored Apr 12, 2024
1 parent 7a8d95e commit 6785f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tile-builder.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
echo "start"
set -e
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
chmod +x pcf_linux-64bit
sudo mv pcf_linux-64bit /usr/local/bin/tile
python3 -m venv tile-generator-env > /dev/null 2>&1
Expand Down

0 comments on commit 6785f48

Please sign in to comment.