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: tags:
- deploy - deploy
before_script: before_script:
- "" # no RVM present in deploy ENV - '' # no RVM present in deploy ENV
script: script:
- git fetch --unshallow
- script/build/sync_repo.sh git@github.com:zammad/zammad.git - script/build/sync_repo.sh git@github.com:zammad/zammad.git
global_refresh_envs: global_refresh_envs: