Files
kestra/build-and-start-e2e-tests.sh
2025-10-07 10:04:45 +02:00

7 lines
159 B
Bash

#!/bin/bash
set -e
echo "There is not E2E tests on this release"
echo "This step will not run anything, it is just here to comply with centralized CI"
exit 0