Skip to content

Commit

Permalink
fix(deploy): add bash to command
Browse files Browse the repository at this point in the history
This fix should address the permission issue for semantic release and documentation.
  • Loading branch information
mostaphaRoudsari committed Jun 4, 2019
1 parent d1df9e1 commit 29688c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[
"@semantic-release/exec",
{
"publishCmd": "./deploy.sh ${nextRelease.version}"
"publishCmd": "bash deploy.sh ${nextRelease.version}"
}
]
]
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ else
exit 1
fi

# deploy_to_pypi
deploy_to_pypi
build_docs $NEXT_RELEASE_VERSION
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/ladybug-tools/honeybee-core.git
honeybee-core
coverage==4.5.2
coveralls==1.5.1
pytest==4.1.0
Expand Down

0 comments on commit 29688c6

Please sign in to comment.