summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdownload_artifact.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/download_artifact.sh b/download_artifact.sh
index 5a1e791..4a270a1 100755
--- a/download_artifact.sh
+++ b/download_artifact.sh
@@ -7,7 +7,7 @@ cache_key="$2"
path_to_file="$3.xz"
basename="$(basename $path_to_file)"
-curl "https://git.mrcyjanek.net/api/packages/mrcyjanek/generic/monero_c/${cache_name}-${cache_key}/${basename}" > /tmp/cache || exit 0
+curl "https://git.mrcyjanek.net/api/packages/mrcyjanek/generic/monero_c/${cache_name}-${cache_key}/${basename}" > /tmp/cache
if [[ "xpackage does not exist" == "x$(head -1 /tmp/cache)" ]];
then
echo "Cache miss '$1' '$2' '$basename'"