Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
don
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
26
Issues
26
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LQDN Adminsys
don
Commits
932c4615
Commit
932c4615
authored
Jul 23, 2018
by
Mindiell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modification du fichier d'installation pour prendre en compte le site de dev
parent
ea7db5db
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
ci/install.sh
ci/install.sh
+6
-1
No files found.
ci/install.sh
View file @
932c4615
...
...
@@ -11,7 +11,12 @@ composer update
# Let's run the migrations
if
[
-e
"phinx.yml"
]
then
php vendor/robmorgan/phinx/bin/phinx migrate
-e
production
case
$CI_BUILD_REF_NAME
in
production
)
php vendor/robmorgan/phinx/bin/phinx migrate
-e
production
;;
development
)
php vendor/robmorgan/phinx/bin/phinx migrate
-e
development
;;
esac
else
php vendor/robmorgan/phinx/bin/phinx init
fi
...
...
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