Skip to content

Commit

Permalink
Add repository owner to ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Apostolov authored and Kristian Apostolov committed Jul 12, 2023
1 parent c340be6 commit f2c5786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
namespace: FILLED_IN_BY_CI
spec:
interval: 5m0s
url: https://github.com/hms-dbmi-cellenics/pipeline
url: FILLED_IN_BY_CI
---
apiVersion: image.toolkit.fluxcd.io/v1beta2
kind: ImageRepository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ jobs:
select(di == 1).metadata.name = strenv(CHART_CRD_NAME) |
select(di == 1).metadata.namespace = strenv(NAMESPACE) |
select(di == 1).spec.ref.[strenv(CHART_REF_TYPE)] = strenv(CHART_REF) |
select(di == 1).spec.url = "https://github.com/" + strenv(GITHUB_OWNER) + "/pipeline"
select(di == 2).metadata.name = strenv(DEPLOYMENT_NAME) |
select(di == 2).metadata.namespace = strenv(NAMESPACE) |
select(di == 2).spec.image = strenv(REGISTRY) + "/" + strenv(DEPLOYMENT_NAME) |
Expand Down

0 comments on commit f2c5786

Please sign in to comment.