gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sandcastle-ng] branch master updated: ci: print CI_COMMIT_REF val


From: gnunet
Subject: [taler-sandcastle-ng] branch master updated: ci: print CI_COMMIT_REF value for sanity
Date: Sun, 18 Feb 2024 21:57:21 +0100

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

devan-carpenter pushed a commit to branch master
in repository sandcastle-ng.

The following commit(s) were added to refs/heads/master by this push:
     new ab9c37d  ci: print CI_COMMIT_REF value for sanity
ab9c37d is described below

commit ab9c37d137db475ae12bcc6f1bda3a0502f01da0
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Sun Feb 18 15:56:57 2024 -0500

    ci: print CI_COMMIT_REF value for sanity
---
 contrib/ci/jobs/0-build/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/ci/jobs/0-build/build.sh b/contrib/ci/jobs/0-build/build.sh
index 1314a7a..42caaa1 100755
--- a/contrib/ci/jobs/0-build/build.sh
+++ b/contrib/ci/jobs/0-build/build.sh
@@ -3,5 +3,6 @@ set -exuo pipefail
 
 ./sandcastle-build
 
+echo "CI_COMMIT_REF = ${CI_COMMIT_REF}"
 mkdir -p /artifacts/sandcastle-ng/${CI_COMMIT_REF} # Variable comes from CI 
environment
 podman tag taler-base-all:latest taler-base-all:${CI_COMMIT_REF}

-- 
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]