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
c8a8a11d
Commit
c8a8a11d
authored
Jul 23, 2018
by
Mindiell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mise à jour du fichier d'installation sur la plateforme de dev
parent
4672b84f
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
ci/install.sh
ci/install.sh
+11
-2
No files found.
ci/install.sh
View file @
c8a8a11d
#!/bin/bash
# Ce script est utilisé pour paramétrer l'environnement du site
cd
/home/don/don
git pull origin
$CD_BUILD_REF_NAME
cd
/home/don
if
[
-d
$CI_PROJECT_NAME
]
then
cd
$CI_PROJECT_NAME
git reset
--hard
git pull origin
$CI_BUILD_REF_NAME
git checkout
$CI_BUILD_REF_NAME
else
git clone
$CI_BUILD_REPO
$CI_PROJECT_NAME
cd
$CI_PROJECT_NAME
fi
composer
install
--no-dev
composer update
...
...
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