Skip to content

Commit 9c087ac

Browse files
authored
change assertion in log
1 parent 91c8995 commit 9c087ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ jobs:
128128
export VAAS_URL=http://vaas
129129
export TOKEN_URL=http://vaas/auth/protocol/openid-connect/token
130130
gradle fileScan
131-
gradle fileScan
132-
minikube kubectl -- logs -n vaas $(minikube kubectl -- get pods -n vaas -l app.kubernetes.io/name=gateway -o jsonpath="{.items[0].metadata.name}") | grep "Got verdict from store: Clean"
131+
minikube kubectl -- logs -n vaas $(minikube kubectl -- get pods -n vaas -l app.kubernetes.io/name=gateway -o jsonpath="{.items[0].metadata.name}") | grep '"Verdict":"Clean","Url":null,"Source":"Cache"'
133132
cd -
134133
135134
- name: Push chart

0 commit comments

Comments
 (0)