Skip to content

Commit

Permalink
feat: leftover ci
Browse files Browse the repository at this point in the history
  • Loading branch information
trietsch committed Oct 31, 2023
1 parent b60400e commit 0dca853
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/publish-release-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,7 @@ on:
- published

jobs:
buf-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- name: Get tag
run: |
echo "TAG=${GITHUB_REF#refs/*/}"
- name: Push to BSR
env:
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
run: buf push --tag ${{ env.TAG }}

container-build:
publish-release-artifacts:
runs-on: ubuntu-latest
# based on: https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers#running-jobs-directly-on-the-runner-machine
services:
Expand All @@ -46,6 +33,7 @@ jobs:
env:
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
run: |
cd protos
buf_commit_hash=$(buf push --tag ${{ env.TAG }})
buf_commit_hash_short=$(echo $buf_commit_hash | cut -c1-12)
echo "BUF_COMMIT_HASH=${buf_commit_hash_short}" >> "$GITHUB_ENV"
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ management:
endpoint:
prometheus:
enabled: true

logging:
level:
org.jooq.Constants: off

0 comments on commit 0dca853

Please sign in to comment.