From 6acc0d9d674f065f8d4278b333ab924c42cbdd88 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Wed, 28 Apr 2021 11:12:21 +0100 Subject: Update docker images --- test-from-git | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test-from-git') diff --git a/test-from-git b/test-from-git index 681f81e..2159408 100644 --- a/test-from-git +++ b/test-from-git @@ -1,7 +1,12 @@ #!/bin/sh +git clone https://github.com/cask/cask ~/.cask +export PATH=$HOME/.cask/bin:$PATH + cd .. mkdir git cd git git clone ../app . -make test \ No newline at end of file + + +make test -- cgit v1.2.3