Commit 9b3357cd by Jesse Zoldak

Merge pull request #2068 from edx/zoldak/git-install-on-jenkins-workers

Update the source list after adding git ppa TE-907
parents 43d410f3 96aee595
......@@ -44,6 +44,9 @@
"inline": ["sudo add-apt-repository ppa:git-core/ppa -y"]
}, {
"type": "shell",
"inline": ["sudo apt-get update"]
}, {
"type": "shell",
"inline": ["sudo apt-get -y install git-core"]
}, {
"type": "shell",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment