Checkin CRD to make go get work

Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
This commit is contained in:
Mikkel Oscar Lyderik Larsen 2026-02-18 11:42:30 +01:00
parent cffa0ee63c
commit 6e94418dcc
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