Maintenance: Fix GIT push handling to not use shallow clones.
This commit is contained in:
parent
49a541b024
commit
f5c797719d
1 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue