mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
[FIX] убрал не нужный тест в gitlab
This commit is contained in:
parent
d2b7a11456
commit
ae51eb3b6c
1 changed files with 0 additions and 6 deletions
|
@ -2,7 +2,6 @@ image: frekele/java
|
|||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
- deploy
|
||||
|
||||
before_script:
|
||||
|
@ -29,10 +28,5 @@ build:
|
|||
- ServerWrapper/build/libs/*.jar
|
||||
expire_in: 1 week
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- ./gradlew check
|
||||
|
||||
after_script:
|
||||
- echo "End CI"
|
||||
|
|
Loading…
Reference in a new issue