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

Update .gitlab-ci.yml

parent f42660c0
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ update: ...@@ -10,7 +10,7 @@ update:
# Pfad zum neu geklonten Repo # Pfad zum neu geklonten Repo
- path=`pwd` - path=`pwd`
- cd ~/ - cd ~/
- if [ -d MetaGer_neu ];then; rm -rf MetaGer_neu;fi - if [ -d MetaGer_neu ]; then rm -rf MetaGer_neu;fi
- git clone "$path" MetaGer_neu - git clone "$path" MetaGer_neu
- cd MetaGer_neu - cd MetaGer_neu
- composer update - composer update
......
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