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: 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: