Skip to content

Commit

Permalink
feat: test release (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Apr 30, 2024
1 parent a1d19c4 commit 6187453
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release branches where trunk branches are merge-committed to trigger releases

release:
- base-branch:
- 'main'
- 'maintenance/.+/[0-9]+\.([0-9]+|x)\.x'
#release:
#- base-branch:
# - 'main'
# - 'maintenance/.+/[0-9]+\.([0-9]+|x)\.x'

# Label any maintenance branch, trunk and release

Expand All @@ -13,9 +13,9 @@ maintenance:

# Label PRs into the main branch

main:
- base-branch:
- 'main'
#main:
#- base-branch:
# - 'main'

# Labels for PRs on asset specific branches

Expand Down
1 change: 1 addition & 0 deletions charts/fizzbuzz-crds/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# test
1 change: 1 addition & 0 deletions charts/fizzbuzz/values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
extraManifests: []
# test
1 change: 1 addition & 0 deletions containers/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ COPY src/ /opt/

ENTRYPOINT ["python3", "/opt/controller.py"]
#CMD ["--help"]
# test
1 change: 1 addition & 0 deletions containers/trino/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ ARG BASE_VERSION=444

FROM trinodb/trino:$BASE_VERSION
ARG BASE_VERSION
# test

0 comments on commit 6187453

Please sign in to comment.