]> git.immae.eu Git - github/fretlink/ansible-clever.git/commit
deploy: Make sure repo is unshallow copy before pushing to clever 12/head
authorPaul Bonaud <paul.bonaud@fretlink.com>
Fri, 21 Sep 2018 11:36:40 +0000 (13:36 +0200)
committerPaul Bonaud <paul.bonaud@fretlink.com>
Fri, 21 Sep 2018 11:55:09 +0000 (13:55 +0200)
commit19955c997637cef040850b3e2f175468f4e2799a
treec24920fb02da129b3266c377994be0c0da9ac9ba
parentd625a00570b54cd02f64ae6b11922ce9a7acaccf
deploy: Make sure repo is unshallow copy before pushing to clever

If your build tool only uses a shallow clone of your project, Clever
cloud will fail on first time git push. You need to git push a full
clone of your git repo for the first time deployment to clever.

This PR fixes that.
tasks/deploy.yml