diff options
Diffstat (limited to 'jjb')
-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 001953b9..fd0fe65a 100644 --- a/jjb/snapshot-jjb-container/include-createcontainer.sh +++ b/jjb/snapshot-jjb-container/include-createcontainer.sh @@ -12,3 +12,12 @@ make export ls +echo "###########################" + +mkdir ../container +mv docker_agl_worker*.tar.xz ../container/ + +ls ../container + +echo "###########################" + |