From 5bec3015e413368dcbb9ef97f10744ff041dd52d Mon Sep 17 00:00:00 2001 From: Jonas Oberg Date: Fri, 8 Sep 2017 17:16:33 +0200 Subject: [PATCH] No need to avoid caching any more --- playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index 0183d75..271c105 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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: