Skip to content

Commit

Permalink
maint: remove refinery target branch (#371)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Updates CI to use main again

## Short description of the changes

removes the `--target-branch` flag from CI

## How to verify that this has the expected result
  • Loading branch information
TylerHelmuth authored Jun 13, 2024
1 parent a14988c commit cd3da0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
minikube start --driver=none --kubernetes-version=${K8S_VERSION}
- run:
name: Lint charts
command: ct lint --config ./ct.yaml --target-branch refinery-2.X-work-branch
command: ct lint --config ./ct.yaml
- run:
name: Test charts
command: ct install --config ./ct.yaml --target-branch refinery-2.X-work-branch
command: ct install --config ./ct.yaml


release-charts:
Expand Down

0 comments on commit cd3da0f

Please sign in to comment.