fix: change ci download command
All checks were successful
the build was successful

This commit is contained in:
Jan Christian Grünhage 2018-04-17 15:07:06 +01:00
parent f6b128a558
commit 748efaa07f

View file

@ -2,8 +2,8 @@ pipeline:
download: download:
image: docker.io/fedora image: docker.io/fedora
commands: commands:
- curl https://builds.matomo.org/piwik-3.4.0.tar.gz > piwik.tar.gz - mkdir root/matomo
- tar xvf piwik.tar.gz --strip 1 -C root/matomo - curl https://builds.matomo.org/piwik-3.4.0.tar.gz | tar zxv --strip 1 -C root/matomo
docker: docker:
image: docker.io/plugins/docker image: docker.io/plugins/docker
repo: docker.jcg.re/matomo repo: docker.jcg.re/matomo