Skip to content

Commit f0ba839

Browse files
committed
fix for absent baseline target
1 parent 89fb2e2 commit f0ba839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ jobs:
193193
--build-arg REF="${{ steps.baseline.outputs.ref }}" \
194194
-f tests/slo/Dockerfile .
195195
else
196-
echo "No baseline app Dockerfile found"
197-
exit 1
196+
echo "No baseline app Dockerfile found, using current image as baseline"
197+
docker tag ydb-app-current ydb-app-baseline
198198
fi
199199
200200
- name: Initialize YDB SLO

0 commit comments

Comments
 (0)