mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'ci-artifact-placing' into 'master'
Fixed ci artifact placement. See merge request veloren/veloren!567
This commit is contained in:
commit
a2651dc692
@ -33,7 +33,7 @@ before_script:
|
||||
when: manual
|
||||
artifacts:
|
||||
paths:
|
||||
- veloren/artifact
|
||||
- veloren/artifact/*
|
||||
expire_in: 1 week
|
||||
|
||||
optional-debug:linux:
|
||||
@ -73,7 +73,7 @@ optional-debug:windows:
|
||||
when: manual
|
||||
artifacts:
|
||||
paths:
|
||||
- veloren/artifact
|
||||
- veloren/artifact/*
|
||||
expire_in: 1 week
|
||||
|
||||
optional-release:linux:
|
||||
@ -177,7 +177,7 @@ linux:
|
||||
- /^master$/
|
||||
artifacts:
|
||||
paths:
|
||||
- veloren/artifact
|
||||
- veloren/artifact/*
|
||||
tags:
|
||||
- veloren-docker
|
||||
script:
|
||||
@ -203,7 +203,7 @@ windows:
|
||||
- /^master$/
|
||||
artifacts:
|
||||
paths:
|
||||
- veloren/artifact
|
||||
- veloren/artifact/*
|
||||
tags:
|
||||
- veloren-docker
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user