This commit is contained in:
parent
f6b128a558
commit
748efaa07f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ pipeline:
|
|||
download:
|
||||
image: docker.io/fedora
|
||||
commands:
|
||||
- curl https://builds.matomo.org/piwik-3.4.0.tar.gz > piwik.tar.gz
|
||||
- tar xvf piwik.tar.gz --strip 1 -C root/matomo
|
||||
- mkdir root/matomo
|
||||
- curl https://builds.matomo.org/piwik-3.4.0.tar.gz | tar zxv --strip 1 -C root/matomo
|
||||
docker:
|
||||
image: docker.io/plugins/docker
|
||||
repo: docker.jcg.re/matomo
|
||||
|
|
Loading…
Reference in a new issue