feat: drop pinning of git version

This commit is contained in:
Jose Diaz-Gonzalez
2017-11-05 12:37:42 -05:00
committed by GitHub
parent 64a1c91b76
commit 4a3047b170

View File

@@ -9,9 +9,6 @@ jobs:
make ci-dependencies make ci-dependencies
- run: | - run: |
./tests/ci/setup.sh ./tests/ci/setup.sh
- run: |
sudo apt-get remove -qq -y git
sudo apt-get install -qq -y git=1:1.9.1-1ubuntu0.7 git-man=1:1.9.1-1ubuntu0.7
- run: | - run: |
echo 'export DOKKU_SKIP_CLEANUP=true' | sudo tee /home/dokku/.dokkurc/dokku_skip_cleanup echo 'export DOKKU_SKIP_CLEANUP=true' | sudo tee /home/dokku/.dokkurc/dokku_skip_cleanup
- run: | - run: |