Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
sygal-import-ws
Commits
55b208d4
Commit
55b208d4
authored
Nov 08, 2018
by
Bertrand Gauthier
Browse files
Script generate-deploy-info-config.php : ajout de la date-heure de génération
parent
d5aa9428
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/generate-deploy-info-config.php
View file @
55b208d4
...
...
@@ -33,7 +33,7 @@ $version = versionFromGit();
$config
=
[
'deploy-info'
=>
[
'about'
=>
"Ce fichier de config est généré par
"
.
__FILE__
,
'about'
=>
sprintf
(
"Ce fichier de config est généré par
%s le %s"
,
__FILE__
,
date
(
'd/m/Y H:i:s'
))
,
'version'
=>
$version
,
],
];
...
...
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