Simplify output path
This commit is contained in:
parent
b21ac09308
commit
8b0cff7700
1 changed files with 5 additions and 4 deletions
|
|
@ -1,15 +1,16 @@
|
|||
image: itxtech/docker-env-genisys
|
||||
|
||||
stages:
|
||||
- test
|
||||
- package
|
||||
|
||||
package:
|
||||
stage: test
|
||||
phar:
|
||||
stage: package
|
||||
script:
|
||||
- mkdir plugins
|
||||
- sed -i "s/const VERSION \?= \?\"\(.*\)\"/const VERSION = \"\1-${CI_BUILD_REF:0:7}\"/" src/pocketmine/PocketMine.php
|
||||
- php tests/Travis.php
|
||||
- mv plugins/PocketMine-iTX/Genisys*.phar .
|
||||
artifacts:
|
||||
paths:
|
||||
- plugins/PocketMine-iTX/Genisys*.phar
|
||||
- Genisys*.phar
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue