Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mahara-scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
mahara
mahara-scripts
Commits
cace7ec6
Commit
cace7ec6
authored
Mar 10, 2016
by
Aaron Wells
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to remove my debug code again :-P
parent
4677237c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
jenkins/mahara_jenkins.php
jenkins/mahara_jenkins.php
+1
-3
No files found.
jenkins/mahara_jenkins.php
View file @
cace7ec6
...
...
@@ -252,9 +252,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");
// DEBUG ONLY!
passthru_or_die
(
"createdb
$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