mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 08:50:53 +00:00
Update .gitlab-ci.yml file
change name of artifact for clang build
This commit is contained in:
parent
1372b60db9
commit
976a2850af
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ build-clang:
|
|||
artifacts:
|
||||
paths:
|
||||
- "bin/lsdl2srb2*"
|
||||
name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-testing"
|
||||
name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-clang"
|
||||
|
||||
variables:
|
||||
CC: clang
|
||||
|
|
Loading…
Reference in a new issue