1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Make slightly faster

This commit is contained in:
carbotaniuman 2021-10-01 22:44:30 -05:00
parent decb10b69c
commit 3e525b111d

View file

@ -24,7 +24,7 @@ Gradle Build:
Publish Artifacts:
image: alpine
stage: publish
dependencies:
needs:
- Gradle Build
variables:
GIT_STRATEGY: none
@ -47,7 +47,7 @@ Docker Build:
services:
- docker:20.10.8-dind
stage: docker
dependencies:
needs:
- Gradle Build
before_script:
@ -79,7 +79,7 @@ Docker Build:
Push Latest:
<<: *docker_push
dependencies:
needs:
- Docker Build
only:
- master
@ -88,7 +88,7 @@ Push Latest:
Push Tags:
<<: *docker_push
dependencies:
needs:
- Docker Build
only:
- tags