mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Removed improper artifact folder
Former-commit-id: d9ed5b19b73411541bfbd6a1cdbd276c6a9ec6b3
This commit is contained in:
parent
62430746af
commit
a25f7b6efa
@ -132,7 +132,7 @@ commit-linux-debug:
|
|||||||
- tar -cvjSf bin/commit-linux-debug.tar.bz2 commit-build
|
- tar -cvjSf bin/commit-linux-debug.tar.bz2 commit-build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- bin/commit-linux-debug.tar.bz2
|
- commit-linux-debug.tar.bz2
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
except:
|
except:
|
||||||
- schedules
|
- schedules
|
||||||
@ -157,7 +157,7 @@ commit-windows-debug:
|
|||||||
- zip -r bin/commit-windows-debug.zip commit-build
|
- zip -r bin/commit-windows-debug.zip commit-build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- bin/commit-windows-debug.zip
|
- commit-windows-debug.zip
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
except:
|
except:
|
||||||
- schedules
|
- schedules
|
||||||
@ -186,7 +186,7 @@ nightly-linux-optimized:
|
|||||||
- tar -cvjSf bin/nightly-linux-optimized.tar.bz2 nightly-build
|
- tar -cvjSf bin/nightly-linux-optimized.tar.bz2 nightly-build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- bin/nightly-linux-optimized.tar.bz2
|
- nightly-linux-optimized.tar.bz2
|
||||||
expire_in: 2 days
|
expire_in: 2 days
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
@ -208,7 +208,7 @@ nightly-windows-optimized:
|
|||||||
- zip -r bin/nightly-windows-optimized.zip nightly-build
|
- zip -r bin/nightly-windows-optimized.zip nightly-build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- bin/nightly-windows-optimized.zip
|
- nightly-windows-optimized.zip
|
||||||
expire_in: 2 days
|
expire_in: 2 days
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
|
Loading…
Reference in New Issue
Block a user