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

Commit

Permalink
fix(build): Add a git log for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Feb 25, 2017
1 parent fa4525f commit 97a4c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cico_build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +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 git log
docker exec ngx-fabric8-wit-builder npm -ddd run semantic-release
if [ $? -eq 0 ]; then
echo 'CICO: module pushed to npmjs.com'
Expand Down

0 comments on commit 97a4c3b

Please sign in to comment.