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