Skip to content

Commit

Permalink
Merge pull request #61 from tracehubpm/rultor
Browse files Browse the repository at this point in the history
Flag removed in configs
  • Loading branch information
dukris authored Feb 26, 2024
2 parents 037ab78 + aa05d13 commit 60e69a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ assets:
ghcr.txt: tracehubpm/secrets#assets/ghcr.txt
merge:
script: |
mvn clean install -DskipITs --errors
mvn clean install --errors
release:
sensitive:
- ghcr.txt
script: |
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9_]+)?$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean install -DskipITs
mvn clean install
docker build -t ghcr.io/tracehubpm/pmo:${tag} .
cat ../ghcr.txt | docker login ghcr.io --username h1alexbel --password-stdin
docker push ghcr.io/tracehubpm/pmo:${tag}
Expand Down

0 comments on commit 60e69a2

Please sign in to comment.