mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
gitlab-ci: include job number in the artfacts zipball filename
This commit is contained in:
parent
51f2c026fd
commit
221f1c41c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue