Delete .gitlab-ci.yml
This commit is contained in:
parent
308052dac6
commit
63a4aab1ab
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
|||
image: itxtech/docker-env-genisys
|
||||
|
||||
stages:
|
||||
- package
|
||||
|
||||
phar:
|
||||
stage: package
|
||||
script:
|
||||
- mkdir plugins
|
||||
- sed -i "s/const VERSION \?= \?\"\(.*\)\"/const VERSION = \"\1-${CI_BUILD_REF:0:7}\"/" src/pocketmine/PocketMine.php
|
||||
- ./tests/ci.sh
|
||||
- mv plugins/Genisys/Genisys*.phar .
|
||||
artifacts:
|
||||
paths:
|
||||
- Genisys*.phar
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue