From 6cb22575b364df071853735733b956d522de6fc9 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 21 Oct 2024 09:21:49 +0200 Subject: [PATCH] Print URL for tarball --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e254767..33db893 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,3 +21,6 @@ build:lagarto-ox-tarball: - ln -s $out/$fn $out/latest.tar.zst - cd .. - rm result + - | + echo "Pinned: https://jungle.bsc.es/~gitlab-runner/nixos-riscv/$fn" + echo "Latest: https://jungle.bsc.es/~gitlab-runner/nixos-riscv/latest.tar.zst"