Skip to content

Commit f1b089e

Browse files
committed
fix(ci): missing folder in Dockerfile
Signed-off-by: Alessio Pragliola <[email protected]>
1 parent b0394fe commit f1b089e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN go mod download
1414
# Copy the go source
1515
COPY cmd/main.go cmd/main.go
1616
COPY api/ api/
17-
COPY internal/controller/ internal/controller/
17+
COPY internal/ internal/
1818

1919
# Copy Makefile and build command requirements
2020
COPY config/ config/

internal/controller/testdata/crd/group.openshift.io_mocked.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ status:
3737
kind: ""
3838
plural: ""
3939
conditions: []
40-
storedVersions: []
40+
storedVersions: []

0 commit comments

Comments
 (0)