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

Bugfix

parent 80265c8f
No related branches found
No related tags found
1 merge request!3Master
...@@ -9,7 +9,7 @@ update: ...@@ -9,7 +9,7 @@ update:
# Pfad zum neu geklonten Repo # Pfad zum neu geklonten Repo
- path=`pwd` - path=`pwd`
- cd ~/ - cd ~/
- $path/deploy/checkServerStatus.sh - $path/deploy/checkServerStatus.sh "$path"
script: script:
- cd ~/MetaGer - cd ~/MetaGer
- git pull "$path" - git pull "$path"
......
path="$1"
# Klone das Repo neu, falls es noch nicht existiert # Klone das Repo neu, falls es noch nicht existiert
if [ ! -d ~/MetaGer ] if [ ! -d ~/MetaGer ]
then then
......
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