Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
5ea5380e
Commit
5ea5380e
authored
May 03, 2016
by
Dominik Hebeler
Browse files
Jetzt sollte es aber gehen
parent
9af21af7
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5ea5380e
...
...
@@ -9,11 +9,8 @@ update:
# Pfad zum neu geklonten Repo
-
path=`pwd`
# Klone das Repo neu, falls es noch nicht existiert
-
if [ ! -d ~/MetaGer ] ; then git clone "$path" ; fi
-
if [ ! -d ~/MetaGer ] ; then git clone "$path" ;
cd ~/MetaGer ; composer update ; chmod -R 777 storage/ bootstrap/cache ;
fi
# Falls notwendig Laravel-Framework initialisieren:
-
cd ~/MetaGer
-
composer update
-
tmp=$(chmod -R 777 storage/ bootstrap/cache)
-
if [ ! -f .env ] ; then cp .env.example .env ; fi
-
if [ $(grep "SomeRandomString" .env) ] ; then php artisan key:generate ; fi
# Falls notwendig Homestead Server intialisieren:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment