File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Koku UI
2
2
3
3
[ ![ Apache 2.0] [ license-badge ]] ( https://github.com/project-koku/koku-ui/blob/main/LICENSE )
4
- [ ![ CI Status] [ build-badge ]] ( https://github.com/project-koku/koku-ui/actions/workflows/tag_release .yml )
4
+ [ ![ CI Status] [ build-badge ]] ( https://github.com/project-koku/koku-ui/actions/workflows/ci .yml?query=branch%3Amain )
5
5
[ ![ codecov] [ codecov-badge ]] ( https://codecov.io/gh/project-koku/koku-ui )
6
6
7
7
React.js app for Cost Management.
@@ -153,7 +153,7 @@ docker ps --format "table {{.Names}}\t{{.Image}}\t{{.Ports}}\t{{.Status}}"
153
153
154
154
3 . Watch the Koku API logs in another terminal (optional)
155
155
```
156
- docker- compose logs -f koku-server koku-worker
156
+ docker compose logs -f koku-server koku-worker
157
157
```
158
158
159
159
4 . Clean up (optional)
@@ -197,7 +197,7 @@ http://localhost:1337/beta/settings/applications/cost-management
197
197
198
198
This [ RELEASE] [ release-doc ] doc describes how to release Koku UI to each staging environment.
199
199
200
- [ build-badge ] : https://github.com/project-koku/koku-ui/actions/workflows/tag_release .yml/badge.svg
200
+ [ build-badge ] : https://github.com/project-koku/koku-ui/actions/workflows/ci .yml/badge.svg?branch=main
201
201
[ codecov-badge ] : https://codecov.io/gh/project-koku/koku-ui/graph/badge.svg?token=1hjFIy1cRe
202
202
[ Jira ] : https://issues.redhat.com/projects/COST/
203
203
[ koku-readme ] : https://github.com/project-koku/koku#readme
You can’t perform that action at this time.
0 commit comments