Skip to content

Commit

Permalink
fix(ci): upload script breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Mar 22, 2017
1 parent dd8b872 commit 6a29866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/build/ci.js
Expand Up @@ -108,12 +108,12 @@ function getMode(index) {

/* execute */

let exit_status = 0;
function execute(scripts) {
console.log('\nStarting \'' + process.env.CI_MODE + '\'..');
spawn_processes(scripts);
}

let exit_status = 0;
function spawn_processes(scripts) {
let script = scripts.shift();
if (!script) {
Expand Down

0 comments on commit 6a29866

Please sign in to comment.