From 1ce6f388c831ded6e67cc2417af28f6f35700348 Mon Sep 17 00:00:00 2001
From: Julian Rother <julian@cccv.de>
Date: Tue, 14 Feb 2023 12:20:18 +0100
Subject: [PATCH] Fix meteor download url

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87a7d47..958269e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ autoupdate:
   # Install/enable yarn
   - corepack enable
   - rm nodejs.deb
-  - wget -q "https://static-meteor.netdna-ssl.com/packages-bootstrap/${METEOR_VERSION}/meteor-bootstrap-os.linux.x86_64.tar.gz" -O meteor-bootstrap.tar.gz
+  - wget -q "https://static.meteor.com/packages-bootstrap/${METEOR_VERSION}/meteor-bootstrap-os.linux.x86_64.tar.gz" -O meteor-bootstrap.tar.gz
   # The package only contains an ".meteor" directory that ends up in "/root/.meteor"
   - tar -C ~/ -xzf meteor-bootstrap.tar.gz
   - rm meteor-bootstrap.tar.gz
-- 
GitLab