Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
scripts
mahara-scripts
Commits
23ccba65
Commit
23ccba65
authored
Mar 09, 2016
by
Aaron Wells
Browse files
Debug code accidentally left in place!
parent
e8dce071
Changes
1
Hide whitespace changes
Inline
Side-by-side
jenkins/mahara_jenkins.php
View file @
23ccba65
...
...
@@ -188,8 +188,7 @@ echo "\n";
passthru
(
"dropdb
$JOB_NAME
"
);
passthru_or_die
(
"rm -Rf
$HOME
/mahara/sitedata/
$JOB_NAME
/*"
);
passthru_or_die
(
"rm -Rf
$HOME
/mahara/sitedata/behat_
$JOB_NAME
/*"
);
//passthru_or_die("createdb -O jenkins -E utf8 $JOB_NAME");
passthru_or_die
(
"createdb -E utf8
$JOB_NAME
"
);
passthru_or_die
(
"createdb -O jenkins -E utf8
$JOB_NAME
"
);
chdir
(
'htdocs'
);
passthru_or_die
(
"cp
$HOME
/mahara/mahara-scripts/jenkins/mahara_config.php config.php"
);
...
...
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