ci_template: avoid exporting the mediafiles into build artifacts
authorJordan Petridis <jordan@centricular.com>
Thu, 16 Apr 2020 18:11:36 +0000 (21:11 +0300)
committerJordan Petridis <jordan@centricular.com>
Fri, 17 Apr 2020 19:46:34 +0000 (22:46 +0300)
commit815976e4aa42bc0d19c40a13c9cba68fbe0643c4
tree58ac7f9908b3b75256c5ee934002dd2fcbae0a43
parent76763636457a7831506dc1243f849e1358734349
ci_template: avoid exporting the mediafiles into build artifacts

Previously we where accidently exporting the whole repo of
gst-integration-testsuites which includes 350mb of raw media
files and made the artifacts storage explode through the roof
along with the CI bills fd.o had to pay for uploading and
redownloading the artifacts

To deal with this, we clean all the media files from the builddir
and when needed we copy them over from the cache in the docker image,
and then git fetch the repo.

Close #69
gitlab/ci_template.yml