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 616c436b44
commit c814e79a1b

View file

@ -89,8 +89,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: