Checkin CRD to make go get work (#3047)

Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
This commit is contained in:
Mikkel Oscar Lyderik Larsen 2026-02-18 14:20:46 +01:00 committed by GitHub
parent cffa0ee63c
commit 9f9a3acb61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4214 additions and 4 deletions

3
.gitignore vendored
View File

@ -106,6 +106,3 @@ mocks
ui/.npm/
.DS_Store
# temp build files
pkg/apis/acid.zalan.do/v1/postgresql.crd.yaml

View File

@ -23,7 +23,10 @@ pipeline:
- desc: Run unit tests
cmd: |
make mocks test
if ! git diff --quiet; then
echo "Build resulted in files being changed, likely they were not checked in"
exit 1
fi
- desc: Build Docker image
cmd: |
if [ -z ${CDP_SOURCE_BRANCH} ]; then

File diff suppressed because it is too large Load Diff