aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/snapshot-jjb-container/include-createcontainer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/snapshot-jjb-container/include-createcontainer.sh')
-rw-r--r--jjb/snapshot-jjb-container/include-createcontainer.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/snapshot-jjb-container/include-createcontainer.sh b/jjb/snapshot-jjb-container/include-createcontainer.sh
index 52c3028c..fec19db6 100644
--- a/jjb/snapshot-jjb-container/include-createcontainer.sh
+++ b/jjb/snapshot-jjb-container/include-createcontainer.sh
@@ -17,8 +17,9 @@ ls
echo "###########################"
-mkdir ../container
+mkdir -p ../container
mv docker_agl_worker*.tar.xz ../container/
+ln -s $(basename ../container/docker_agl_worker*.tar.xz) ../container/docker_agl_worker-latest.tar.xz
ls ../container