mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 20:17:44 +01:00
feat: drop pinning of git version
This commit is contained in:
committed by
GitHub
parent
64a1c91b76
commit
4a3047b170
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user