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

Update .gitlab-ci.yml

This commit is contained in:
carbotaniuman 2021-10-19 04:55:53 +00:00
parent 0d490b3d5b
commit 0cf608a66b

View file

@ -49,8 +49,6 @@ Docker Build:
stage: docker
needs:
- Gradle Build
variables:
GIT_STRATEGY: none
before_script:
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin ${CI_REGISTRY}