[tor-commits] [snowflake/main] gitlab-ci: include job number in the artfacts zipball filename

meskio at torproject.org meskio at torproject.org
Wed Dec 1 12:03:47 UTC 2021


commit 221f1c41c9618907a022655d1df4eb6eef02ab0a
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Mon Jul 20 16:00:09 2020 +0200

    gitlab-ci: include job number in the artfacts zipball filename
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9dd50b..0824267 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,7 +70,7 @@ variables:
 
 .test-template: &test-template
   artifacts:
-    name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
+    name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_JOB_ID}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
     paths:
       - client/*.aar
       - client/*.jar



More information about the tor-commits mailing list