remove unnecessary change

This commit is contained in:
inovindasari 2024-11-27 15:43:06 +01:00
parent 910c7ee516
commit 8ad5dabe84
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ pipeline:
- desc: Run unit tests
cmd: |
make deps mocks test
- desc: Build Docker image
cmd: |
IS_PR_BUILD=${CDP_PULL_REQUEST_NUMBER+"true"}