mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
7 lines
159 B
Bash
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 |