diff options
-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 + |