summary refs log tree commit diff
diff options
context:
space:
mode:
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>2023-11-09 20:12:19 +0200
committerMuhammad Usama Anjum <usama.anjum@collabora.com>2024-01-30 10:37:28 +0500
commit2da48b862b2806bce4af6321187ca12f53206ee7 (patch)
tree7ab070a9dbb5085d8c0975ff2201ab8f45bfe5d9
parentde088dd5e287c1e20ddb3e3c20495a35df84464d (diff)
downloadlinux-2da48b862b2806bce4af6321187ca12f53206ee7.tar.gz
gitlab-ci: Update ROOTFS_IMAGE_URL
The URL points to an artifact which expired recently, hence update it to
indicate the latest available artifact (which shouldn't expire).

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64b3c02e7cc8..9fcec6064edd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ variables:
   LINUX_FIRMWARE_URL: "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
   LINUX_FIRMWARE_DL_DIR: "dl/linux-firmware"
   ROOTFS_NAME: "stretch.img"
-  ROOTFS_IMAGE_URL: "https://gitlab.steamos.cloud/api/v4/projects/kernel-research%2Frootfs/jobs/128684/artifacts"
+  ROOTFS_IMAGE_URL: "https://gitlab.steamos.cloud/api/v4/projects/kernel-research%2Frootfs/jobs/129183/artifacts"
   GIT_AUTHOR_NAME: "Gitlab-ci"
   GIT_AUTHOR_EMAIL: "gitlab@gitlab.steamos.cloud"
   TAG: CI_${CI_PIPELINE_ID}_${CI_COMMIT_SHORT_SHA}