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

Bugfix

parent 50eeaf88
No related branches found
No related tags found
1 merge request!3Master
update: update:
only:
- master
- tags
- triggers
before_script: before_script:
# Abhängigkeiten überprüfen # Abhängigkeiten überprüfen
- which virtualbox - which virtualbox
...@@ -6,14 +10,10 @@ update: ...@@ -6,14 +10,10 @@ update:
- which composer - which composer
- which git - which git
- which php - which php
script:
# Pfad zum neu geklonten Repo # Pfad zum neu geklonten Repo
- path=`pwd` - path=`pwd`
- cd ~/ - cd ~/
- $path/deploy/checkServerStatus.sh "$path" - $path/deploy/checkServerStatus.sh "$path"
script:
- cd ~/MetaGer - cd ~/MetaGer
- git pull "$path" - git pull "$path"
only: \ No newline at end of file
- master
- tags
- triggers
\ 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