Skip to content

Commit

Permalink
fix(semantic-release): Update semantic-release to latest (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
arajkumar authored Sep 3, 2020
1 parent d8dd2ac commit 5436589
Show file tree
Hide file tree
Showing 5 changed files with 8,247 additions and 13 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ output/
target/
*.tar
.history
package-lock.json
2 changes: 1 addition & 1 deletion cico_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function release() {
npm config set loglevel verbose

# Build and Release fabric8-analytics-lsp-server (It will update the tag on github and push fabric8-analytics-lsp-server to npmjs.org)
npm run semantic-release
CI=true npm run semantic-release

publish_tar

Expand Down
5 changes: 2 additions & 3 deletions cico_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ prep() {
yum -y update
# install latest version of git
yum -y install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
yum -y install epel-release
yum -y install make git gcc-c++ bzip2 fontconfig jq
curl -sL https://rpm.nodesource.com/setup_8.x | sudo -E bash -
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash -
yum -y install nodejs
}

install_dependencies() {
# clean up
rm -Rf ca-lsp-server.tar output/

# Build fabric8-analytics-stack-reports-ui
# Build fabric8-analytics-lsp-server
npm install;

if [ $? -eq 0 ]; then
Expand Down
Loading

0 comments on commit 5436589

Please sign in to comment.