gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: CI: do not use unset variable


From: Admin
Subject: [gnunet] branch master updated: CI: do not use unset variable
Date: Sun, 01 Jun 2025 13:57:21 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5ee241a8b CI: do not use unset variable
5ee241a8b is described below

commit 5ee241a8bb236fad330400e3d16ff8e5a967218c
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Jun 1 13:57:17 2025 +0200

    CI: do not use unset variable
---
 contrib/ci/jobs/3-amd64-deploy-package/job.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/ci/jobs/3-amd64-deploy-package/job.sh 
b/contrib/ci/jobs/3-amd64-deploy-package/job.sh
index 82da5aa26..306f2178e 100755
--- a/contrib/ci/jobs/3-amd64-deploy-package/job.sh
+++ b/contrib/ci/jobs/3-amd64-deploy-package/job.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -exuo pipefail
 
-ARTIFACT_PATH="/artifacts/${CI_PROJECT_NAME}/${CI_COMMIT_REF}/*.deb"
+ARTIFACT_PATH="/artifacts/gnunet/${CI_COMMIT_REF}/*.deb"
 RELEASE_ARTIFACT_DIR="${RELEASE_ARTIFACT_DIR:-"$(dirname 
$0)/../../../../release-artifacts"}"
 
 if [[ -d "$RELEASE_ARTIFACT_DIR" ]]; then

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]