From e4bb6b2e7c2e5f9a88faf6c0b7c6771b6376376f Mon Sep 17 00:00:00 2001 From: Casey Kuhlman <casey@monax.io> Date: Tue, 24 Jul 2018 10:11:49 +0100 Subject: [PATCH] upgrade bos version used for integration tests Signed-off-by: Casey Kuhlman <casey@monax.io> --- scripts/deps/bos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deps/bos.sh b/scripts/deps/bos.sh index 778e5fa9..012ca71c 100755 --- a/scripts/deps/bos.sh +++ b/scripts/deps/bos.sh @@ -2,4 +2,4 @@ # The git revision of Bosmarmot/bos we will build and install into ./bin/ for integration tests -echo "a8162471f2dfd1cae183f2aa2614fdd3dc1d5155" \ No newline at end of file +echo "681dc6d1420aa2db346323ad2e8aca28f21ee4b8" \ No newline at end of file -- GitLab