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

Commit

Permalink
chore(build): give semantic-release master
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Mar 8, 2017
1 parent cf99d11 commit cbb8def
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cico_build_deploy.sh
Expand Up @@ -24,6 +24,9 @@ service docker start
docker build -t fabric8-ui-builder -f Dockerfile.builder .
mkdir -p dist && docker run --detach=true --name=fabric8-ui-builder -t -v $(pwd)/dist:/dist:Z -e BUILD_NUMBER -e BUILD_URL -e BUILD_TIMESTAMP -e JENKINS_URL -e GIT_BRANCH -e "CI=true" -e GH_TOKEN -e NPM_TOKEN fabric8-ui-builder

# In order to run semantic-release we need a non detached HEAD, see https://github.com/semantic-release/semantic-release/issues/329
docker exec fabric8-ui-builder git checkout master

# Build almigty-ui
docker exec fabric8-ui-builder npm install

Expand Down

0 comments on commit cbb8def

Please sign in to comment.