Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marwin1991 authored Jan 2, 2024
1 parent 38af8e4 commit cf19aa6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ merge_request:
```
- Create access token and pass it to CI as environment variable `VALHALLA_TOKEN`
- Update or CI/CD scripts to use valhalla (see below for examples)
- Update your `.gitignore` ! see:

### 🔸 usage

Expand Down Expand Up @@ -155,3 +156,11 @@ valhalla_release:
# valhalla during committing adds [VALHALLA SKIP] at the end of commit msg
- if: $CI_COMMIT_BRANCH =~ /^release-*/ && $CI_COMMIT_TITLE !~ /.*VALHALLA SKIP.*/
```
### 🚧 .gitignore

Add to your `.gitignore` following rules, please create issue if valhalla commits to much files!

```
### Valhalla ###
.m2/
```

0 comments on commit cf19aa6

Please sign in to comment.