Andrew Magana

Results 2 comments of Andrew Magana

> Self hosted: upgrading git for debian-based distros: > > ``` > sudo apt-get install -y software-properties-common \ > && sudo apt-get update \ > && sudo add-apt-repository -y ppa:git-core/ppa...

**UPDATE**: Got it working - rather than running git install on Dockerfile, just run it before the checkout phase like suggested above. Here's how mine looks: ``` steps: - name:...