Skip to content

Commit

Permalink
Merge pull request #460 from liquibase/DAT-17572
Browse files Browse the repository at this point in the history
DAT-17572   Modify CI/CD Configurations for Nexus Integration
  • Loading branch information
jandroav authored May 15, 2024
2 parents ec786dc + 0f8b6eb commit 2e388c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Github secret named: `GPG_SECRET`
According to [the advanced java setup docs for github actions](https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#gpg) the GPG key should be exported by: `gpg --armor --export-secret-keys YOUR_ID`. From the datical/build-maven:jdk-8 docker container, this can be export by the following:

```bash
$ docker run -it -u root docker.artifactory.datical.net/datical/build-maven:jdk-8 bash
$ docker run -it -u root docker.liquibase.net/build-maven:jdk-8 bash

$ gpg -k
/home/jenkins/.gnupg/pubring.kbx
Expand Down

0 comments on commit 2e388c9

Please sign in to comment.