Merge branch 'master' into debug-upgrade

This commit is contained in:
idanovinda 2026-02-18 16:25:35 +01:00
commit 4411fbb751
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