Skip to content

Commit

Permalink
Merge pull request #305 from rcerven/remove_selector
Browse files Browse the repository at this point in the history
Remove BuildPipelineSelector from Build Service
  • Loading branch information
rcerven authored Jun 7, 2024
2 parents 0d45d92 + 941a506 commit a320048
Show file tree
Hide file tree
Showing 27 changed files with 464 additions and 3,806 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN go mod download
# Copy the go source
COPY main.go main.go
COPY controllers/ controllers/
COPY api/ api/
COPY pkg/ pkg/

# Build
Expand Down
10 changes: 0 additions & 10 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,4 @@ plugins:
scorecard.sdk.operatorframework.io/v2: {}
projectName: build-service
repo: github.com/konflux-ci/build-service
resources:
- api:
crdVersion: v1
namespaced: true
controller: true
domain: redhat.com
group: appstudio.redhat.com
kind: BuildPipelineSelector
path: github.com/konflux-ci/build-service/api/v1alpha1
version: v1alpha1
version: "3"
127 changes: 0 additions & 127 deletions api/v1alpha1/buildpipelineselector_types.go

This file was deleted.

36 changes: 0 additions & 36 deletions api/v1alpha1/groupversion_info.go

This file was deleted.

177 changes: 0 additions & 177 deletions api/v1alpha1/zz_generated.deepcopy.go

This file was deleted.

Loading

0 comments on commit a320048

Please sign in to comment.