From d7fd4177a634c64438587bd5efcd4a178a530f43 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 31 Jul 2018 02:13:50 -0400 Subject: [PATCH] travis: test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6dde614..b8deadc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV LANGUAGE en_US.UTF-8 # Setup taskwarrior RUN git clone --recursive https://github.com/GothenburgBitFactory/taskwarrior.git task WORKDIR task -RUN git checkout $TASK_VERSION +RUN echo $TASK_VERSION; git checkout $TASK_VERSION RUN git clean -dfx RUN git submodule init RUN git submodule update