From 177e665eaca5c62e53ca0cb69fa15d4d4ab962e6 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 28 Dec 2016 22:10:15 +0100 Subject: Add logic to createcontainer.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9ce5d9770b0118f5d22afaaba2fd43fee053de81 Signed-off-by: Jan-Simon Möller --- jjb/snapshot-jjb-container/include-createcontainer.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'jjb/snapshot-jjb-container/include-createcontainer.sh') diff --git a/jjb/snapshot-jjb-container/include-createcontainer.sh b/jjb/snapshot-jjb-container/include-createcontainer.sh index ff106e32..001953b9 100644 --- a/jjb/snapshot-jjb-container/include-createcontainer.sh +++ b/jjb/snapshot-jjb-container/include-createcontainer.sh @@ -3,3 +3,12 @@ #set -x set -e # + +git clone https://github.com/iotbzh/agl-docker-worker.git +cd agl-docker-worker/ + +make build +make export + +ls + -- cgit 1.2.3-korg