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
Départements-Notaires v2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
30
Issues
30
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Départements-Notaires
Départements-Notaires v2
Commits
c9596043
Commit
c9596043
authored
Aug 25, 2020
by
Cédric Girardot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix : Corrige script de test si container PHP lancé
Change-Id: I44be117c2aaa76005f43c26d50896055c9a11ad5
parent
ed0427dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
bin/test-php-docker-running
bin/test-php-docker-running
+2
-4
No files found.
bin/test-php-docker-running
View file @
c9596043
#!/bin/bash
make docker-php-status
>
/dev/null 2>&1
if
[
$?
!=
0
]
if
[[
$(
make docker-php-status
>
/dev/null 2>&1
)
!=
0
]]
then
make docker-start
>
/dev/null
fi
...
...
@@ -11,4 +9,4 @@ fi
if
[
$?
!=
0
]
then
exit
1
fi
\ No newline at end of file
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