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
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
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
645d5907
Commit
645d5907
authored
Nov 08, 2018
by
okhin
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update install.sh
parent
b71cdd80
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ci/install.sh
ci/install.sh
+2
-2
No files found.
ci/install.sh
View file @
645d5907
...
...
@@ -28,10 +28,10 @@ then
case
$CI_BUILD_REF_NAME
in
master
)
echo
"master"
php vendor/robmorgan/phinx/bin/phinx migrate
-e
production
;;
php vendor/robmorgan/phinx/bin/phinx migrate
-
c
$HOME
/phinx.yml
-
e
production
;;
preprod
)
echo
"preprod"
php vendor/robmorgan/phinx/bin/phinx migrate
-e
development
;;
php vendor/robmorgan/phinx/bin/phinx migrate
-
c
$HOME
/phinx.yml
-
e
development
;;
esac
else
case
$CI_BUILD_REF_NAME
in
...
...
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