Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #46 from rvema/travis-release
Browse files Browse the repository at this point in the history
travis release
  • Loading branch information
rvema authored Oct 22, 2019
2 parents dca9382 + f3502a2 commit db23f8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Hygieia Api

[![Build Status](https://api.travis-ci.com/Hygieia/api.svg?branch=master)](https://travis-ci.com/Hygieia/api?branch=master) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Hygieia_api&metric=alert_status)](https://sonarcloud.io/dashboard?id=Hygieia_api)
[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/Hygieia/api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Hygieia/api/context:java)[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/Hygieia/api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Hygieia/api/context:java)[![Maven Central](https://img.shields.io/maven-central/v/com.capitalone.dashboard/api.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.capitalone.dashboard%22%20AND%20a:%22api%22)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/Hygieia/api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Hygieia/api/alerts/)[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/Hygieia/api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Hygieia/api/context:java)[![Maven Central](https://img.shields.io/maven-central/v/com.capitalone.dashboard/api.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.capitalone.dashboard%22%20AND%20a:%22api%22)
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://www.apache.org/licenses/LICENSE-2.0)
<br>
Expand Down
Binary file modified src/devops/keys.gpg.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/devops/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cp src/devops/.travis.settings.xml $HOME/.m2/settings.xml

openssl aes-256-cbc -K $encrypted_8b6a4661ac23_key -iv $encrypted_8b6a4661ac23_iv -in src/devops/keys.gpg.enc -out keys.gpg -d
openssl aes-256-cbc -K $encrypted_31f80473c41e_key -iv $encrypted_31f80473c41e_iv -in src/devops/keys.gpg.enc -out keys.gpg -d

gpg --fast-import keys.gpg

Expand Down

0 comments on commit db23f8a

Please sign in to comment.