Maintenance: Fix GIT push handling to not use shallow clones.

This commit is contained in:
Martin Gruner 2021-12-17 14:24:30 +01:00
parent 49a541b024
commit f5c797719d

View file

@ -62,8 +62,9 @@ github:
tags:
- deploy
before_script:
- "" # no RVM present in deploy ENV
- '' # no RVM present in deploy ENV
script:
- git fetch --unshallow
- script/build/sync_repo.sh git@github.com:zammad/zammad.git
global_refresh_envs: