Skip to content

Commit

Permalink
fix(prepare): set prepare step to false
Browse files Browse the repository at this point in the history
also remove erroneous testing command
  • Loading branch information
evansiroky committed Jul 20, 2018
1 parent 70b3dc6 commit 6d9cc52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bin/release-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const semanticRelease = require('semantic-release/cli')
*/
async function run () {
process.argv.push(...[
'--prepare',
'false',
'--publish',
'@conveyal/maven-semantic-release/lib/publish',
'--verify-conditions',
Expand Down
2 changes: 0 additions & 2 deletions lib/verify-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ module.exports = async function verify (pluginConfig, context) {
const {logger} = context
logger.log('begin maven verify')

process.chdir('../maven-semantic-release-example') // for testing

let pomXml
try {
pomXml = await getPomInfo()
Expand Down

0 comments on commit 6d9cc52

Please sign in to comment.