cirrus: Remove no longer needed install step

pull/19041/head
MarcoFalke 5 years ago
parent 98ebe7896d
commit fac2eeeb9d
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

@ -30,9 +30,5 @@ task:
folder: "/tmp/ccache_dir"
depends_built_cache:
folder: "/tmp/cirrus-ci-build/depends/built"
install_script:
- apt-get update
- apt-get -y install git bash ccache
- ccache --max-size=${CCACHE_SIZE}
ci_script:
- ./ci/test_run_all.sh

Loading…
Cancel
Save