Skip to content

Commit

Permalink
fix(ci): removed build from radix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinrefvol committed May 24, 2024
1 parent b63ef20 commit cb02395
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ kind: RadixApplication
metadata:
name: pepm
spec:
build:
environments:
- name: dev
build:
from: main
- name: test
- name: prod
components:
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{"type":"feat","section":"✨ Features","hidden":false},
{"type":"fix","section":"🐛 Bug Fixes","hidden":false},
{"type":"perf", "section":"⚡️ Performance","hidden":false},
{"type":"refactor", "section":"♻️ Refactor","hidden":false},
{"type":"refactor", "section":"T♻️ Refactor","hidden":false},
{"type":"revert", "section":"⏪️ Revert","hidden":false},
{"type":"style","section":"💄 Style","hidden":false},
{"type":"test", "section":"✅ Tests","hidden":false}
Expand Down

0 comments on commit cb02395

Please sign in to comment.