No need to avoid caching any more

lektura
Jonas Oberg 2017-09-08 17:16:33 +02:00
parent f9f31cf887
commit 5bec3015e4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
tasks:
- name: build the pmpc container
command: docker build --no-cache=true -t pmpc https://git.fsfe.org/pmpc/website.git
command: docker build -t pmpc https://git.fsfe.org/pmpc/website.git
- name: run pmpc
docker_container: