diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-12-28 22:10:15 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-12-28 22:10:15 +0100 |
commit | 177e665eaca5c62e53ca0cb69fa15d4d4ab962e6 (patch) | |
tree | b69a83777a2682dd6e5ea5be82ae6af6f5198aa4 /jjb/snapshot-jjb-container | |
parent | f43698f363f5aa0759e39ef348e3b202cac021c4 (diff) |
Add logic to createcontainer.sh
Change-Id: I9ce5d9770b0118f5d22afaaba2fd43fee053de81
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/snapshot-jjb-container')
-rw-r--r-- | jjb/snapshot-jjb-container/include-createcontainer.sh | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |