Skip to content
Snippets Groups Projects
Commit 624035bd authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Das Git-Repository wird neu ins Home Verzeichnis geklont, falls es noch nicht vorhanden ist

parent dae0c803
No related branches found
No related tags found
No related merge requests found
update: before_script:
script: script:
- which virtualbox
- which vagrant
- which composer
- which git
- path=`pwd` - path=`pwd`
- cd ~/
- if [ ! -d ~/MetaGer ] ; then git clone "$path" ; fi
update:
script:
- cd ~/MetaGer - cd ~/MetaGer
- git pull "$path" - git pull "$path"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment