Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
chore(build): leave debugging on for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Feb 25, 2017
1 parent b28628a commit 66aac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cico_build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [ $? -eq 0 ]; then
# Publish to npm
# In order to run semantic-release we need a non detached HEAD, see https://github.com/semantic-release/semantic-release/issues/329
docker exec ngx-fabric8-wit-builder git checkout master
docker exec ngx-fabric8-wit-builder npm run semantic-release
docker exec ngx-fabric8-wit-builder npm -ddd run semantic-release
if [ $? -eq 0 ]; then
echo 'CICO: module pushed to npmjs.com'
exit 0
Expand Down

0 comments on commit 66aac7e

Please sign in to comment.