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

1 Dec
2021
1 Dec
'21
12:03 p.m.
commit 221f1c41c9618907a022655d1df4eb6eef02ab0a Author: Hans-Christoph Steiner <hans@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
1277
Age (days ago)
1277
Last active (days ago)
0 comments
1 participants
participants (1)
-
meskio@torproject.org