Skip to content

Commit

Permalink
updating exp build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ojas1 committed Oct 7, 2020
1 parent f5ae0bb commit 111f201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions labDescSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,5 @@
}
}
}
},
"additionalProperties": false
}
}
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function deployExperiments(labpath) {
const expDeploymentRepo =
"https://github.com/virtual-labs/ph3-beta-to-ui3.0-conv.git";
const expDeploymentWd = "ph3-beta-to-ui3.0-conv";
const tag = "v1.1.0";
const tag = "v1.1.1";

child_process.execSync(`rm -rf ${expDeploymentWd}`);
child_process.execSync(
Expand Down

0 comments on commit 111f201

Please sign in to comment.