Skip to content

Commit

Permalink
fix: mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 27, 2018
1 parent dc8a2d1 commit 09d86ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/release_example
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ examples.forEach(example => {
'--options=typescript,mocha,semantic-release' :
'--options=mocha,semantic-release'

sh.mkdir('tmp/examples')
const d = path.join(__dirname, '../tmp/examples', example)
sh.mkdir(path.dirname(d))
sh.exec(`git clone git@github.com:dxcli/${example} ${d}`)
sh.cd(d)

Expand Down

0 comments on commit 09d86ae

Please sign in to comment.