Skip to content
Snippets Groups Projects

5534 add docker

Merged Hahn Axel (hahn) requested to merge 5534-add-docker into master
1 file
+ 8
2
Compare changes
  • Side-by-side
  • Inline
+ 8
2
@@ -7,14 +7,20 @@
# - Projekt-Configs anpassen
#
# 2014-05-07 axel.hahn@iml.unibe.ch
# 2022-07-20 axel.hahn@iml.unibe.ch remove unneeded dirs, e.g. docker
# ======================================================================
dirs2remove="data docker"
echo ONDEPLOY fuer CI Deployment GUI
echo
cd `dirname $0`
cd $( dirname $0 )
cd ..
echo "----------> setze x-recht auf gitsshwrapper "
echo "----------> Set X permissions on gitsshwrapper "
ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && ls -l shellscripts/gitsshwrapper.sh
echo "----------> Reove unneeded dirs: $dirs2remove"
rm -rf ${dirs2remove}
echo "----------> done."
Loading