diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index fc97e48..c83eb67 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -44,7 +44,7 @@ steps: # check modified key - build/dbtool -d test.db -s -k test | grep modified # use splitting with regex - - printf today:100 | build/dbtool -d test.db -i -f -t '^([^:]*):([^:]*)' + - echo today:100 | build/dbtool -d test.db -i -f -t '^([^:]*):([^:]*)' # check if it works - build/dbtool -d test.db -s -k today | grep 100 # use splitting with regex reverse