Skip to content

Commit

Permalink
ci: added ro concourse
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Feb 2, 2024
1 parent 12fd160 commit 17ef1d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Buck2 build
run: |
nix develop -c buck2 build //core/api //core/api-ws-server \
//core/api-keys //apps/dashboard //apps/consent //apps/pay \
//core/notifications //apps/admin-panel
//core/api-keys //apps/dashboard //apps/consent //apps/pay //apps/admin-panel \
//core/notifications
- name: Run bats tests
run: |
nix develop -c bats --setup-suite-file bats/ci_setup_suite.bash -t bats/core/**
Expand Down
4 changes: 4 additions & 0 deletions ci/apps/app-template.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ plan:
#@ "pay": {
#@ "YAML_PATH": ".image.digest",
#@ "CHART": "galoy-pay"
#@ },
#@ "admin-panel": {
#@ "YAML_PATH": ".image.digest",
#@ "CHART": "admin-panel"
#@ }
#@ }
name: #@ bump_image_in_chart_name(app)
Expand Down
2 changes: 1 addition & 1 deletion ci/apps/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#@ "bump_image_in_chart_name",
#@ "bump_image_in_chart")

#@ apps = ["consent", "dashboard", "pay"]
#@ apps = ["consent", "dashboard", "pay", "admin-panel"]

groups:
- name: all
Expand Down

0 comments on commit 17ef1d4

Please sign in to comment.