Skip to content

Commit

Permalink
Readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwils committed Jan 26, 2024
1 parent 8816a73 commit 8326e49
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@
> Currently consists of a single generator, nr-maven-build, used to generate the CI workflow and NR Broker intention files for building Java/Tomcat with Maven in GitHub
Run the build script (optional for local testing):
```
./build.sh
```

Run the following command from the root of your application repository to generate your CI workflow and NR Broker intention files:
```
podman run --rm -it -v $PWD:/src --userns keep-id ghcr.io/bcgov-nr/nr-pipeline-template:4-pr -- nr-maven-build
podman run --rm -it -v $PWD:/src --userns keep-id ghcr.io/bcgov-nr/nr-pipeline-template:latest -- nr-maven-build
```

Note: You can run the command with or without the generator specified.
Expand Down

0 comments on commit 8326e49

Please sign in to comment.