diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-03-21 11:59:40 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-03-21 12:01:00 +0100 |
commit | bc339038305e733010c873966018f1232ca52033 (patch) | |
tree | 384230789fef40e472cb848fb4a316313c4f523e /jjb | |
parent | b93d854646be5f8afd24c21c7721923b0b383de8 (diff) |
switch git repo to AGL/docker-worker-generator (AGL Gerrit)
Bug-AGL: SPEC-301
Change-Id: Ia427e669d2ce640d53d1cc1a3caf2134ee6d2237
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/snapshot-jjb-container/include-createcontainer.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jjb/snapshot-jjb-container/include-createcontainer.sh b/jjb/snapshot-jjb-container/include-createcontainer.sh index fd0fe65a..52c3028c 100644 --- a/jjb/snapshot-jjb-container/include-createcontainer.sh +++ b/jjb/snapshot-jjb-container/include-createcontainer.sh @@ -4,8 +4,11 @@ set -e # -git clone https://github.com/iotbzh/agl-docker-worker.git -cd agl-docker-worker/ +git clone https://gerrit.automotivelinux.org/gerrit/AGL/docker-worker-generator +cd docker-worker-generator/ + +# dump where we are in jenkins log :) +git log -n 1 make build make export |