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:
# Pfad zum neu geklonten Repo
- path=`pwd`
- cd ~/
- $path/deploy/checkServerStatus.sh
- $path/deploy/checkServerStatus.sh "$path"
script:
- cd ~/MetaGer
- git pull "$path"
......
path="$1"
# Klone das Repo neu, falls es noch nicht existiert
if [ ! -d ~/MetaGer ]
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