aboutsummaryrefslogtreecommitdiff
path: root/postbuild.sh
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2021-02-09 11:04:43 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2021-02-09 11:04:43 +0100
commitd6c62bcbfc681c539cc39d554dac42a9725e1f20 (patch)
tree370a9ac6aee62776bae795a12cf11e5c6c8ddea9 /postbuild.sh
parent4f5f496c282e3cac8df016cce727a783240daa9b (diff)
downloadhoverbit-ble-d6c62bcbfc681c539cc39d554dac42a9725e1f20.tar.gz
hoverbit-ble-d6c62bcbfc681c539cc39d554dac42a9725e1f20.zip
:hammer: Remove / from cache_url
Diffstat (limited to 'postbuild.sh')
-rwxr-xr-xpostbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/postbuild.sh b/postbuild.sh
index 614bbc7..1c48fd8 100755
--- a/postbuild.sh
+++ b/postbuild.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-PUBLISH_URL="/"
+PUBLISH_URL=""
cd "dist" || exit 1