commit 221f1c41c9618907a022655d1df4eb6eef02ab0a
Author: Hans-Christoph Steiner <[email protected]>
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

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to